11,245
editsAd placeholder
Template:Weapon action page: Difference between revisions
Jump to navigation
Jump to search
Added ability to define damage save type (w/ example of where this is used)
HiddenDragon (talk | contribs) (Added saving throw DC support) |
(Added ability to define damage save type (w/ example of where this is used)) |
||
Line 32: | Line 32: | ||
{{#if: {{{damage|}}} | | {{#if: {{{damage|}}} | | ||
<dt> Damage: | <dt> Damage: | ||
<dd> {{DamageInfo | {{{damage}}} | {{{damage type}}} | modifier = {{{damage modifier|}}} }} | <dd> {{DamageInfo | {{{damage}}} | {{{damage type}}} | modifier = {{{damage modifier|}}} | save = {{{save}}} | save effect = {{{save effect}}} }} | ||
}} {{#if: {{{extra damage|}}} | | }} {{#if: {{{extra damage|}}} | | ||
<dt> Extra damage: | <dt> Extra damage: | ||
Line 181: | Line 181: | ||
| description = When you miss an attack, deal {{DamageType|Bludgeoning}} damage equal to your [[Ability Score Modifier|Strength Modifier]] (or a minimum of 1). | | description = When you miss an attack, deal {{DamageType|Bludgeoning}} damage equal to your [[Ability Score Modifier|Strength Modifier]] (or a minimum of 1). | ||
| this is an example = yes | | this is an example = yes | ||
}} | |||
{{clear}} | |||
= Zephyr Flash = | |||
{{WeaponActionPage | |||
|name=Zephyr Flash | |||
|description=Rush forward, creating an air vortex that blasts foes and possibly inflicts {{Cond|Bleeding}}. | |||
|damage=6d8 | |||
|save effect = half | |||
|weapons=Nyrulna | |||
|damage type=Thunder | |||
|recharge=Short Rest | |||
|condition=Bleeding | |||
|condition save=DEX | |||
|condition duration=3 | |||
|range m=12 | |||
|range ft=40 | |||
|save = Dexterity | |||
|this is an example = yes | |||
}} | }} | ||