Template:DamageModifier: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
| finesse = + [[Damage Roll#Modifiers|Strength or Dexterity Modifier]]
| finesse = + [[Damage Roll#Modifiers|Strength or Dexterity Modifier]]
| spell | spellcasting = + [[Spellcasting Modifier]]
| spell | spellcasting = + [[Spellcasting Modifier]]
| {{#if: {{{1|}}} | + [[Damage Roll#Modifiers|{{{1}}} Modifier]] | }}
| {{#if: {{{1|}}} | + [[Ability Score Modifier|{{{1}}} Modifier]] | }}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
The keywords melee, ranged, and finesse can be used to print the corresponding modifier(s) with a link to the Damage Roll page that explains the details:
The keywords melee, ranged, and finesse can be used to print the corresponding modifier(s) with a link to the Damage Roll page that explains the details:
Line 19: Line 19:


Result: {{DamageModifier|finesse}}
Result: {{DamageModifier|finesse}}
The keyword spell can be used to link to [[Spellcasting Modifier]]:


Usage: {{code|<nowiki>{{DamageModifier|spell}}</nowiki>}}
Usage: {{code|<nowiki>{{DamageModifier|spell}}</nowiki>}}
Line 24: Line 26:
Result: {{DamageModifier|spell}}
Result: {{DamageModifier|spell}}


Anything that's not one of the specially recognized keywords will just have the word "Modifier" appended:
Anything that's not one of the specially recognized keywords will just have the word "Modifier" appended and link to [[Ability Score Modifier]]:


Usage: {{code|<nowiki>{{DamageModifier|Wisdom}}</nowiki>}}
Usage: {{code|<nowiki>{{DamageModifier|Wisdom}}</nowiki>}}

Revision as of 04:23, 29 July 2023

The keywords melee, ranged, and finesse can be used to print the corresponding modifier(s) with a link to the Damage Roll page that explains the details:

Usage: {{DamageModifier|melee}}

Result: + Strength Modifier

Usage: {{DamageModifier|ranged}}

Result: + Dexterity Modifier

Usage: {{DamageModifier|finesse}}

Result: + Strength or Dexterity Modifier

The keyword spell can be used to link to Spellcasting Modifier:

Usage: {{DamageModifier|spell}}

Result: + Spellcasting Modifier

Anything that's not one of the specially recognized keywords will just have the word "Modifier" appended and link to Ability Score Modifier:

Usage: {{DamageModifier|Wisdom}}

Result: + Wisdom Modifier

If the parameter is completely empty however, then nothing will be printed:

Usage: {{DamageModifier|}}

Result:

(That makes it easier to use in other templates, where a modifier might be optional.)