Template:Damage info: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(More descriptive unarmed damage)
m (Changed superiority die from Physical damage to Weapon damage)
Line 3: Line 3:
| weapon = {{InfoBlob | Normal Weapon Damage }}
| weapon = {{InfoBlob | Normal Weapon Damage }}
| half weapon = {{InfoBlob | 1/2 Normal Weapon Damage }}
| half weapon = {{InfoBlob | 1/2 Normal Weapon Damage }}
| superiority die = {{InfoBlob | {{DamageColor|Physical|{{R|supdie|icononly=yes}}[[Superiority Die]] {{DamageType|Physical}} Damage}} }}
| superiority die = {{InfoBlob | {{DamageColor|Weapon|{{R|supdie|icononly=yes}}[[Superiority Die]] {{DamageType|Weapon}} Damage}} }}
| #default = {{DamageInfo/Primitive
| #default = {{DamageInfo/Primitive
| flat value =
| flat value =

Revision as of 08:28, 20 December 2023

Template documentation

New usage

Examples:

{{DamageInfo | unarmed }}

1 + Strength Modifier (minimum 1 damage) Damage TypesBludgeoning (works inline)

---

{{DamageInfo | weapon }}

Normal Weapon Damage (works inline)

---

{{DamageInfo | half weapon }}

1/2 Normal Weapon Damage (works inline)

---

{{DamageInfo | superiority die }}

Superiority Die Damage TypesWeapon Damage

---

All other variants below are forced onto their own line and can't be used inline.

---

{{DamageInfo | 2 | Acid }}

2 Damage TypesAcid

---

{{DamageInfo | +2 | Acid }}

---

{{DamageInfo | 1d8 | Slashing}}

D8 Slashing.png 1d8 (1~8) Damage TypesSlashing

---

{{DamageInfo | 4d6 | Radiant}}

D6 Radiant.png 4d6 (4~24) Damage TypesRadiant

---

{{DamageInfo | 1d4+1 | Force}}

D4 Force.png 1d4 + 1 (2~5) Damage TypesForce

---

{{DamageInfo | 2d10 | Fire | per = ray }}

D10 Fire.png 2d10 (2~20) Damage TypesFire per ray

---

{{DamageInfo | 1d12 | Poison | per = turn }}

D12 Poison.png 1d12 (1~12) Damage TypesPoison 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 }}

D6 Cold.png 2d6 (2~12) Damage TypesCold (no saving throw allowed)

---

{{DamageInfo | 2d6 | Acid | save = Dexterity | save effect = half }}

D6 Acid.png 2d6 (2~12) Damage TypesAcid (Dexterity save to halve)

---

{{DamageInfo | 2d6 | Acid | save = Dexterity | save dc = 15 | save effect = half }}

D6 Acid.png 2d6 (2~12) Damage TypesAcid (DC 15 Dexterity save to halve)

---

{{DamageInfo | +2 | Acid | con}}

Damage TypesAcid (conditional)

---

{{DamageInfo | 2d6 | Acid | con}}

D6 Acid.png 2d6 (2~12) Damage TypesAcid (conditional)

---

{{DamageInfo | 2d6 | Healing}}

D6 Healing.png 2d6 (2~12) hit points

Legacy usage

Examples:

{{DamageInfo | count = 1 | die = 8 | type = Slashing }}

D8 Slashing.png 1d8 (1~8) Damage TypesSlashing

---

{{DamageInfo | count = 4 | die = 6 | type = Radiant }}

D6 Radiant.png 4d6 (4~24) Damage TypesRadiant

---

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

D4 Force.png 1d4 + 1 (2~5) Damage TypesForce

---

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

D10 Fire.png 2d10 (2~20) Damage TypesFire per ray

---

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

D12 Poison.png 1d12 (1~12) Damage TypesPoison 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}}} | ...}}.