Template:Damage info/Primitive: Difference between revisions
(Created page with "<includeonly><div class="bg3wiki-damage-info">{{DieIcon|D{{{die}}}|{{{type}}}}} {{DamageColor | {{{type}}} | {{{count}}}d{{{die}}} {{#switch:{{{plus|0}}}|0=|+ {{{plus}}}}} ({{#expr: {{{count}}} + {{{plus|0}}} }}~{{#expr: {{{count}}}*{{{die}}} + {{{plus|0}}} }}) {{DamageModifier|{{{modifier|}}}}} {{#if:{{{per|}}}|per {{{per}}}|}} }} {{DamageType|{{{type}}}}}</div></includeonly><noinclude> Examples: {{code|<nowiki>{{DamageInfo|count=1|die=8|type=Slashing}}</nowiki>}} {{Da...") |
mNo edit summary |
||
Line 49: | Line 49: | ||
'''IMPORTANT NOTES''' | '''IMPORTANT NOTES''' | ||
The {{ | The {{code|plus}} parameter must be either omitted entirely, or set to a valid number, but never provided with an empty value like {{code|<nowiki>{{...|plus=|...}}</nowiki>}}. 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 {{code|<nowiki>{{...|plus={{{MyOptionalPlus|0}}}|...}}</nowiki>}}. | ||
[[Category:Damage Info Templates]] | [[Category:Damage Info Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 07:59, 13 February 2023
Examples:
{{DamageInfo|count=1|die=8|type=Slashing}}
---
{{DamageInfo|count=4|die=6|type=Radiant}}
---
{{DamageInfo|count=1|die=4|plus=1|type=Force}}
---
{{DamageInfo|count=2|die=10|type=Fire|per=ray}}
---
{{DamageInfo|count=1|die=12|type=Poison|per=turn}}
---
{{DamageInfo|count=1|die=8|modifier=melee|type=Piercing}}
---
{{DamageInfo|count=1|die=8|modifier=ranged|type=Piercing}}
---
{{DamageInfo|count=1|die=8|modifier=finesse|type=Piercing}}
---
{{DamageInfo|count=1|die=8|modifier=Wisdom|type=Bludgeoning}}
---
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}}}|...}}
.