66,093
editsAd placeholder
Template:Passive feature page/doc: Difference between revisions
Jump to navigation
Jump to search
Template:Passive feature page/doc (view source)
Revision as of 16:45, 13 November 2023
, 13 November 2023no edit summary
(transclusion notice unneeded, can use documentation template) |
HiddenDragon (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
| additional = | | additional = | ||
| toggleable = | | toggleable = | ||
| condition = | |||
| condition duration = | |||
| condition save = | |||
| condition dc = | |||
| condition2 = | |||
| condition2 duration = | |||
| condition2 save = | |||
| condition2 dc = | |||
| X learns at level X = | | X learns at level X = | ||
| granted by feats = | | granted by feats = | ||
Line 56: | Line 64: | ||
"description": "Any additional properties about the skill that are not covered by template go here, which goes under damage in properties", | "description": "Any additional properties about the skill that are not covered by template go here, which goes under damage in properties", | ||
"type": "content" | "type": "content" | ||
}, | }, | ||
"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" | |||
}, | |||
"toggleable": { | "toggleable": { | ||
"label": "toggleable", | "label": "toggleable", | ||
Line 252: | Line 316: | ||
"toggleable", | "toggleable", | ||
"additional", | "additional", | ||
"condition", | |||
"condition duration", | |||
"condition save", | |||
"condition dc", | |||
"condition2", | |||
"condition2 duration", | |||
"condition2 save", | |||
"condition2 dc", | |||
"class learns at level 1", | "class learns at level 1", | ||
"class learns at level 2", | "class learns at level 2", | ||
Line 306: | Line 378: | ||
| toggleable = yes | | toggleable = yes | ||
| additional = * abcd | | additional = * abcd | ||
| condition = Flight | |||
| condition duration = 1 | |||
| class learns at level 3 = Monk | | class learns at level 3 = Monk | ||
| race learns at level 5 = Wood Elf | | race learns at level 5 = Wood Elf |