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 1: Line 1:
<includeonly><div class="bg3wiki-damage-info" style="display: inline-block; background-color: var(--bg-dark); padding: 0 2em 0 1em; border-radius: 20px; font-family: monospace; font-weight: 1.1em;">
<includeonly><div style="display: inline-block; background-color: var(--bg-dark); padding: 0 2em 0 1em; border-radius: 20px; font-family: monospace; font-weight: 1.1em;">
{{DieIcon|D{{{die}}}|{{{type}}}}} {{DamageColor | {{{type}}} | {{{count}}}d{{{die}}} {{#if:{{{plus|}}}|+ {{{plus}}}|}} ({{#expr: {{{count}}} + {{{plus|0}}} }} - {{#expr: {{{count}}}*{{{die}}} + {{{plus|0}}} }}) {{#if:{{{per|}}}|per {{{per}}}|}} }} {{DamageType|{{{type}}}}}
{{DieIcon|D{{{die}}}|{{{type}}}}} {{DamageColor | {{{type}}} | {{{count}}}d{{{die}}} {{#if:{{{plus|}}}|+ {{{plus}}}|}} ({{#expr: {{{count}}} + {{{plus|0}}} }} - {{#expr: {{{count}}}*{{{die}}} + {{{plus|0}}} }}) {{#if:{{{per|}}}|per {{{per}}}|}} }} {{DamageType|{{{type}}}}}
</div></includeonly><noinclude>
</div></includeonly><noinclude>

Revision as of 16:48, 30 January 2023

Examples:

{{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) per ray Damage TypesFire

---

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

D12 Poison.png 1d12 (1 - 12) per turn Damage TypesPoison

---

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

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