10,977
editsMore actions
no edit summary
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><div class="bg3wiki-info-blob">{{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}}} }} {{#if: {{{save|}}} | ({{#switch:{{{save}}} | no | none = No [[Saving Throw]] allowed | #default = [[Saving Throw|{{{save}}} Save]] to {{#switch: {{{save effect|}}} | half | halve = halve | #default = negate }} }})}}</div></includeonly><noinclude> | <includeonly><div class="bg3wiki-info-blob">{{#if: {{{die|}}} | {{DieIcon | D{{{die}}} | {{{type}}} }} }} {{DamageColor | {{{type}}} | {{#if: {{{die|}}} | {{{count}}}d{{{die}}} }} {{#switch: {{{plus|0}}} | 0 = | + {{{plus}}} }} {{#if: {{{die|}}} | ({{#expr: {{{count}}} + {{{plus|0}}} }}~{{#expr: {{{count}}}*{{{die}}} + {{{plus|0}}} }}) }} {{DamageModifier | {{{modifier|}}} }} {{#if: {{{per|}}} | per {{{per}}} }} }} {{DamageType | {{{type}}} }} {{#if: {{{save|}}} | ({{#switch:{{{save}}} | no | none = No [[Saving Throw]] allowed | #default = [[Saving Throw|{{{save}}} Save]] to {{#switch: {{{save effect|}}} | half | halve = halve | #default = negate }} }})}}</div></includeonly><noinclude> | ||
Examples: | Examples: | ||
Line 59: | Line 59: | ||
{{code|<nowiki>{{DamageInfo | 2d6 | Psychic | save = Wisdom }}</nowiki>}} | {{code|<nowiki>{{DamageInfo | 2d6 | Psychic | save = Wisdom }}</nowiki>}} | ||
{{DamageInfo | 2d6 | Psychic | save = Wisdom }} | {{DamageInfo | 2d6 | Psychic | save = Wisdom }} | ||
--- | |||
{{code|<nowiki>{{DamageInfo | 2 | Acid }}</nowiki>}} | |||
{{DamageInfo | +2 | Acid }} | |||
--- | --- |