Template:Damage info/Primitive: Difference between revisions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
{{code|<nowiki>{{DamageInfo | +2 | Acid }}</nowiki>}} | {{code|<nowiki>{{DamageInfo | +2 | Acid }}</nowiki>}} | ||
{{DamageInfo | +2 | Acid }} | {{DamageInfo | +2 | Acid }} | ||
--- | --- | ||
Line 77: | Line 71: | ||
--- | --- | ||
{{code|<nowiki>{{DamageInfo | +2 | Acid | con = yes}}</nowiki>}} | |||
{{DamageInfo | +2 | Acid | con = yes | |||
}} | |||
--- | |||
{{code|<nowiki>{{DamageInfo | 2d6 | Acid | con = yes}}</nowiki>}} | |||
{{DamageInfo | 2d6 | Acid | con = yes | |||
}} | |||
'''IMPORTANT NOTES''' | '''IMPORTANT NOTES''' |
Revision as of 10:31, 23 September 2023
Examples:
{{DamageInfo | 2 | Acid }}
---
{{DamageInfo | +2 | Acid }}
---
{{DamageInfo | 1d8 | Slashing}}
---
{{DamageInfo | 4d6 | Radiant}}
---
{{DamageInfo | 1d4+1 | Force}}
---
{{DamageInfo | 2d10 | Fire | per = ray }}
---
{{DamageInfo | 1d12 | Poison | per = turn }}
---
{{DamageInfo | 1d8 | Piercing | modifier = melee }}
---
{{DamageInfo | 1d8 | Piercing | modifier = ranged }}
---
{{DamageInfo | 1d8 | Piercing | modifier = finesse }}
---
{{DamageInfo | 1d8 | Bludgeoning | modifier = Wisdom }}
---
{{DamageInfo | 2d6 | Cold | save = no }}
---
{{DamageInfo | 2d6 | Acid | save = Dexterity | save effect = half }}
---
{{DamageInfo | 2d6 | Psychic | save = Wisdom }}
---
{{DamageInfo | +2 | Acid | con = yes}}
---
{{DamageInfo | 2d6 | Acid | con = yes}}
IMPORTANT NOTES
The plus
parameter must be either omitted entirely, or set to a valid number, but never provided with an empty value like {{...|plus=|...}}
. It can be set to 0, which is the same as omitting it, so if you're using this template from within another, and want to pass on an optional parameter for the plus value, you can pass it on like {{...|plus={{{MyOptionalPlus|0}}}|...}}
.