64,734
editsAd placeholder
Template:Condition page/doc: Difference between revisions
Jump to navigation
Jump to search
Updated doc
(Remove cargo table declaration; it's already in Template:Condition page.) |
HiddenDragon (talk | contribs) (Updated doc) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 14: | Line 14: | ||
| stack priority = | | stack priority = | ||
| properties = | | properties = | ||
| grants = | |||
| condition = | |||
| condition duration = | |||
| condition save = | |||
| condition dc = | |||
| condition radius m = | |||
| condition2 = | |||
| condition2 duration = | |||
| condition2 save = | |||
| condition2 dc = | |||
| condition2 radius m = | |||
| condition3 = | |||
| condition3 duration = | |||
| condition3 save = | |||
| condition3 dc = | |||
| condition3 radius m = | |||
| notes = | | notes = | ||
| bugs = | |||
}} | }} | ||
</pre> | </pre> | ||
Line 37: | Line 54: | ||
| notes = * note 1 | | notes = * note 1 | ||
* note 2 | * note 2 | ||
| bugs = * bug 1 | |||
* bug 2 | |||
}} | }} | ||
Line 159: | Line 178: | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | |||
"brief": { | |||
"description": "Optional brief description to be used in infoboxes and other places where the text should be short. If left out, defaults to the same value as the effects field.", | |||
"type": "content", | |||
"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" | |||
}, | |||
"condition radius m": { | |||
"description": "The optional radius, in meters, where this condition is applied", | |||
"example": "3", | |||
"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" | |||
}, | |||
"condition2 radius m": { | |||
"description": "The optional radius, in meters, where the second condition is applied", | |||
"example": "3", | |||
"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" | |||
}, | |||
"condition2 radius m": { | |||
"description": "The optional radius, in meters, where the third condition is applied", | |||
"example": "3", | |||
"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": { |