Шаблон:DamageInfo: відмінності між версіями

Матеріал з Вікі D&D українською
Перейти до навігації Перейти до пошуку
bg3>Taylan
Немає опису редагування
 
(Створена сторінка: <includeonly>{{#switch: {{{1}}} | weapon = {{InfoBlob | Normal Weapon Damage }} | #default = {{DamageInfo/Primitive | flat value = {{#if: {{#pos: {{{1|}}} | d }} {{#pos: {{{1|}}} | + }} | <!--nothing--> | {{{1|}}} }} | count = {{{count | {{#if: {{#pos: {{{1}}} | d }} | {{#explode: {{lc: {{{1}}} }} | d | 0 }} }} }}} | die = {{{die | {{#if: {{#pos: {{{1}}} | d }} | <!-- To get the die out of e.g. "2d6 + 3", we turn it into "2+6 + 3", use '+' as...)
(Немає відмінностей)

Версія за 19:33, 24 серпня 2023

New usage

Examples:

{{DamageInfo | 2 | Acid }}

2 Damage Types Acid

---

{{DamageInfo | +2 | Acid }}

+ 2 Damage Types Acid

---

{{DamageInfo | 1d8 | Slashing}}

1d8 (1~8) Damage Types Slashing

---

{{DamageInfo | 4d6 | Radiant}}

4d6 (4~24) Damage Types Radiant

---

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

1d4 + 1 (2~5) Damage Types Force

---

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

2d10 (2~20) per ray Damage Types Fire

---

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

Файл:D12 Poison.png 1d12 (1~12) per turn Damage Types Poison

---

{{DamageInfo | 1d8 | Piercing | modifier = melee }}

1d8 (1~8) + Strength Modifier Damage Types Piercing

---

{{DamageInfo | 1d8 | Piercing | modifier = ranged }}

---

{{DamageInfo | 1d8 | Piercing | modifier = finesse }}

---

{{DamageInfo | 1d8 | Bludgeoning | modifier = Wisdom }}

---

{{DamageInfo | 2d6 | Cold | save = no }}

2d6 (2~12) Damage Types Cold (No Saving Throw allowed)

---

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

2d6 (2~12) Damage Types Acid (Dexterity Save to halve)

Legacy usage

Examples:

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

1d8 (1~8) Damage Types Slashing

---

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

4d6 (4~24) Damage Types Radiant

---

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

1d4 + 1 (2~5) Damage Types Force

---

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

2d10 (2~20) per ray Damage Types Fire

---

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

Файл:D12 Poison.png 1d12 (1~12) per turn Damage Types Poison

---

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

1d8 (1~8) + Strength Modifier Damage Types 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}}} | ...}}.