Template:Damage info: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 114: Line 114:
'''IMPORTANT NOTES'''
'''IMPORTANT NOTES'''


The {{c|plus}} parameter must be either omitted entirely, or set to a valid number, but never provided with an empty value like {{c|<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 {{c|<nowiki>{{...|plus={{{MyOptionalPlus|0}}}|...}}</nowiki>}}.
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 08:58, 13 February 2023

New usage

Examples:

{{DamageInfo|1d8|Slashing}} Template:DamageInfoPrimitive

---

{{DamageInfo|4d6|Radiant}} Template:DamageInfoPrimitive

---

{{DamageInfo|1d4+1|Force}} Template:DamageInfoPrimitive

---

{{DamageInfo|2d10|Fire|per=ray}} Template:DamageInfoPrimitive

---

{{DamageInfo|1d12|Poison|per=turn}} Template:DamageInfoPrimitive

---

{{DamageInfo|1d8|Piercing|modifier=melee}} Template:DamageInfoPrimitive

---

{{DamageInfo|1d8|Piercing|modifier=ranged}} Template:DamageInfoPrimitive

---

{{DamageInfo|1d8|Piercing|modifier=finesse}} Template:DamageInfoPrimitive

---

{{DamageInfo|1d8|Bludgeoning|modifier=Wisdom}} Template:DamageInfoPrimitive


Legacy usage

Examples:

{{DamageInfo|count=1|die=8|type=Slashing}} Template:DamageInfoPrimitive

---

{{DamageInfo|count=4|die=6|type=Radiant}} Template:DamageInfoPrimitive

---

{{DamageInfo|count=1|die=4|plus=1|type=Force}} Template:DamageInfoPrimitive

---

{{DamageInfo|count=2|die=10|type=Fire|per=ray}} Template:DamageInfoPrimitive

---

{{DamageInfo|count=1|die=12|type=Poison|per=turn}} Template:DamageInfoPrimitive

---

{{DamageInfo|count=1|die=8|modifier=melee|type=Piercing}} Template:DamageInfoPrimitive

---

{{DamageInfo|count=1|die=8|modifier=ranged|type=Piercing}} Template:DamageInfoPrimitive

---

{{DamageInfo|count=1|die=8|modifier=finesse|type=Piercing}} Template:DamageInfoPrimitive

---

{{DamageInfo|count=1|die=8|modifier=Wisdom|type=Bludgeoning}} Template:DamageInfoPrimitive

---

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}}}|...}}.