1,935
editsAd placeholder
Template:Spell page/doc: Difference between revisions
Jump to navigation
Jump to search
Added documentation for attack roll type
HarveyPekar (talk | contribs) 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.", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "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" |