View source for Module:Damage display
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local getArgs = require("Module:Arguments").getArgs
local p = {}
-- Text to insert in place of modifiers whose value could not be evaluated
local unevaluated_modifiers = {
melee = "[[Strength#Strength_modifier_chart|Strength modifier]]",
ranged = "[[Dexterity#Dexterity_modifier_chart|Dexterity modifier]]",
finesse = "[[Finesse|Strength or Dexterity modifier]]",
spell = "[[Spells#Spellcasting_ability|Spellcasting modifier]]",
strength = "[[Strength#Strength_modifier_chart|Strength modifier]]",
dexterity = "[[Dexterity#Dexterity_modifier_chart|Dexterity modifier]]",
constitution = "[[Constitution#Constitution_modifier_chart|Constitution modifier]]",
wisdom = "[[Wisdom#Wisdom_modifier_chart|Wisdom modifier]]",
intelligence = "[[Intelligence#Intelligence_modifier_chart|Intelligence modifier]]",
charisma = "[[Charisma#Charisma_modifier_chart|Charisma modifier]]",
proficiency = "[[Proficiency bonus]]"
}
-- Aliases for modifiers since they are not used consistently in every place
local modifier_aliases = {
000
1:0
Templates used on this page:
- Template:C (view source)
- Template:Code (view source)
- Template:Color (view source)
- Template:Colour (view source)
- Template:DamageColor (view source)
- Template:DamageType (view source)
- Template:Damage colour (view source)
- Template:Damage icon (view source)
- Template:Damage type (view source)
- Template:Demo (view source)
- Template:Icon (view source)
- Template:SmallIcon (view source)
- Template:Template demo (view source)
- Template:Trim (view source)
- Template:Warning (view source)
- Module:Arguments (view source)
- Module:Damage display (view source)
- Module:Damage display/doc (view source)
- Module:Demo (view source)
- Module:Yesno (view source)
Return to Module:Damage display.