Ad placeholder

Template:Spell list table row: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(Added weapon range for range option)
mNo edit summary
Line 18: Line 18:
     | self
     | self
     | Self = Self
     | Self = Self
    | melee
    | Melee
    | touch = 1.5/5
    | Touch = 1.5/5
     | weapon
     | weapon
     | Weapon = Weapon Range
     | Weapon = Weapon Range
Line 67: Line 71:
"3",
"3",
"10",
"10",
"100",
"longrest"
"longrest"
]
]
Line 73: Line 78:
"description": "Range of the spell separated by \"/\".",
"description": "Range of the spell separated by \"/\".",
"example": "9/30 to get 9m/30ft.",
"example": "9/30 to get 9m/30ft.",
"default": "1.5/5",
"default": "18/60",
"type": "string"
"type": "string",
"suggestedvalues": [
"self",
"melee",
"touch",
"weapon",
"9/30"
]
},
},
"area": {
"area": {
Line 113: Line 125:
"description": "Type of the damage dealt by the Spell.",
"description": "Type of the damage dealt by the Spell.",
"suggestedvalues": [
"suggestedvalues": [
"Slashing",
"Piercing",
"Bludgeoning",
"Cold",
"Fire",
"Fire",
"Acid",
"Lightning",
"Force",
"Poison",
"Poison",
"Acid",
"Thunder",
"Cold"
"Radiant",
"Necrotic",
"Psychic"
],
],
"type": "string"
"type": "string"
}
}
},
},
"description": "Template to fill the rows of the Spell list table. It is intended to use inside wikitable with appropriate columns."
"description": "Template to fill the rows of the Spell list table. It is intended to use inside wikitable with appropriate columns.",
"paramOrder": [
"spell",
"image",
"conc",
"casttime",
"duration",
"range",
"area",
"aoe",
"attack",
"save",
"damage"
]
}
}
</templatedata>
</templatedata>

Navigation menu