Template:Action page/doc: Difference between revisions

Jump to navigation Jump to search
(expanding to include the modernized damage parameters in template data)
(Added documentation for attack roll type)
Line 134: Line 134:
},
},
"attack roll": {
"attack roll": {
"description": "Whether the action is reliant on a attack roll. Leave blank if no attack roll is made.",
"description": "Whether the action is reliant on a attack roll and it's type. Leave blank if no attack roll is made.",
"example": "Yes",
"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"