Template:Spell page/doc: Difference between revisions

Jump to navigation Jump to search
Added documentation for attack roll type
m (updating from old parameter into new hotness)
(Added documentation for attack roll type)
Line 346: Line 346:
},
},
"attack roll": {
"attack roll": {
"description": "Whether the spell creates an attack roll or not. Leave blank if no attack roll is made.",
"description": "Whether the spell creates an attack roll or not and what type. Leave blank if no attack roll is made.",
"example": "Yes",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"Yes"
"yes",
"melee weapon",
"melee spell",
"melee unarmed",
"melee off-hand weapon",
"ranged weapon",
"ranged spell",
"ranged unarmed",
"ranged off-hand weapon"
],
],
"default": "No"
"default": "No"

Navigation menu