Template:Weapon page: Difference between revisions

Jump to navigation Jump to search
(Drop the initial 'the' if not a common weapon.)
No edit summary
Line 14: Line 14:
== Properties ==
== Properties ==


{{#if: {{{versatile damage|}}} |
{{#ifeq: {{{handedness}}} | versatile |
One-handed damage:
One-handed damage:
}}{{DamageInfo
}}{{DamageInfo
Line 20: Line 20:
| {{{damage type}}}
| {{{damage type}}}
| modifier = {{#if: {{{finesse|}}} | finesse | {{{melee or ranged}}} }}
| modifier = {{#if: {{{finesse|}}} | finesse | {{{melee or ranged}}} }}
}}{{#if: {{{versatile damage|}}} |
}}{{#ifeq: {{{handedness}}} | versatile |
Two-handed damage:
Two-handed damage:
{{DamageInfo
{{DamageInfo
Line 106: Line 106:
| damage = 1d8 + 1 <!-- Must follow this exact strict format, with the "+ X" being optional. -->
| damage = 1d8 + 1 <!-- Must follow this exact strict format, with the "+ X" being optional. -->
| damage type = Slashing <!-- Accepts any of [[Damage Types]], but usually: Slashing, Piercing, or Bludgeoning -->
| damage type = Slashing <!-- Accepts any of [[Damage Types]], but usually: Slashing, Piercing, or Bludgeoning -->
| versatile damage = 1d10 + 2 <!-- Same format as regular damage. -->
| versatile damage = 1d10 + 2 <!-- Same format as regular damage, or EMPTY if this isn't a Versatile weapon. -->
| extra damage = 1d4 Fire <!-- Same format as regular damage but with type directly on the same line. -->
| extra damage = 1d4 Fire <!-- Same format as regular damage but with type directly on the same line. -->
| <!-- Following are yes/no properties, which MUST BE EMPTY if you mean "no"!  Never actually type "no"! -->
| <!-- Following are yes/no properties, which MUST BE EMPTY if you mean "no"!  Never actually type "no"! -->