68,798
editsAd placeholder
Template:Condition page/doc: Difference between revisions
Jump to navigation
Jump to search
Updated doc
Cattlesquat (talk | contribs) No edit summary |
HiddenDragon (talk | contribs) (Updated doc) |
||
Line 14: | Line 14: | ||
| stack priority = | | stack priority = | ||
| properties = | | properties = | ||
| grants = | |||
| condition = | |||
| condition duration = | |||
| condition save = | |||
| condition dc = | |||
| condition2 = | |||
| condition2 duration = | |||
| condition2 save = | |||
| condition2 dc = | |||
| condition3 = | |||
| condition3 duration = | |||
| condition3 save = | |||
| condition3 dc = | |||
| notes = | | notes = | ||
| bugs = | | bugs = | ||
Line 167: | Line 180: | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | |||
"condition": { | |||
"description": "The full name of the condition (if any) that this action applies to its target/s. Leave blank if there is no condition.", | |||
"example": "Hastened", | |||
"type": "string" | |||
}, | |||
"condition duration": { | |||
"description": "The duration in turns of the action's applied condition. Leave blank if the duration is unlimited.", | |||
"example": "5", | |||
"type": "number" | |||
}, | |||
"condition save": { | |||
"description": "The save that the action's target must roll to avoid or reduce its effects. Can use short or long name, e.g: \"STR\" or \"Strength\"", | |||
"example": "WIS", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Strength", | |||
"Dexterity", | |||
"Constitution", | |||
"Intelligence", | |||
"Wisdom", | |||
"Charisma" | |||
] | |||
}, | |||
"condition dc": { | |||
"description": "The optional fixed DC of the condition that targets have to pass to apply it", | |||
"example": "12", | |||
"type": "number" | |||
}, | |||
"condition2": { | |||
"description": "The full name of the condition (if any) that is applied if there is a second condition.", | |||
"example": "Hastened", | |||
"type": "string" | |||
}, | |||
"condition2 duration": { | |||
"description": "The duration in turns of the action's second condition. Leave blank if the duration is unlimited.", | |||
"example": "5", | |||
"type": "number" | |||
}, | |||
"condition2 save": { | |||
"description": "The save that the action's target must roll to avoid or reduce the effects of the second condition. Can use short or long name, e.g: \"STR\" or \"Strength\"", | |||
"example": "WIS", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Strength", | |||
"Dexterity", | |||
"Constitution", | |||
"Intelligence", | |||
"Wisdom", | |||
"Charisma" | |||
] | |||
}, | |||
"condition2 dc": { | |||
"description": "The optional fixed DC of the second condition that targets have to pass to apply it", | |||
"example": "12", | |||
"type": "number" | |||
}, | |||
"condition3": { | |||
"description": "The full name of the condition (if any) that is applied if there is a third condition.", | |||
"example": "Hastened", | |||
"type": "string" | |||
}, | |||
"condition3 duration": { | |||
"description": "The duration in turns of the action's third condition. Leave blank if the duration is unlimited.", | |||
"example": "5", | |||
"type": "number" | |||
}, | |||
"condition3 save": { | |||
"description": "The save that the action's target must roll to avoid or reduce the effects of the third condition. Can use short or long name, e.g: \"STR\" or \"Strength\"", | |||
"example": "WIS", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Strength", | |||
"Dexterity", | |||
"Constitution", | |||
"Intelligence", | |||
"Wisdom", | |||
"Charisma" | |||
] | |||
}, | |||
"condition3 dc": { | |||
"description": "The optional fixed DC of the third condition that targets have to pass to apply it", | |||
"example": "12", | |||
"type": "number" | |||
}, | |||
"grants": { | |||
"description": "This specifies what spells/actions are granted to whoever has this condition", | |||
"example": "Heart of the Storm", | |||
"type": "string", | |||
"suggested": false | |||
}, | }, | ||
"this is an example": { | "this is an example": { |