65,724
editsAd placeholder
Template:Condition page/doc: Difference between revisions
Jump to navigation
Jump to search
Updated doc
HiddenDragon (talk | contribs) (Updated doc) |
HiddenDragon (talk | contribs) (Updated doc) |
||
Line 19: | Line 19: | ||
| condition save = | | condition save = | ||
| condition dc = | | condition dc = | ||
| condition radius m = | |||
| condition2 = | | condition2 = | ||
| condition2 duration = | | condition2 duration = | ||
| condition2 save = | | condition2 save = | ||
| condition2 dc = | | condition2 dc = | ||
| condition2 radius m = | |||
| condition3 = | | condition3 = | ||
| condition3 duration = | | condition3 duration = | ||
| condition3 save = | | condition3 save = | ||
| condition3 dc = | | condition3 dc = | ||
| condition3 radius m = | |||
| notes = | | notes = | ||
| bugs = | | bugs = | ||
Line 207: | Line 210: | ||
"description": "The optional fixed DC of the condition that targets have to pass to apply it", | "description": "The optional fixed DC of the condition that targets have to pass to apply it", | ||
"example": "12", | "example": "12", | ||
"type": "number" | |||
}, | |||
"condition radius m": { | |||
"description": "The optional radius, in meters, where this condition is applied", | |||
"example": "3", | |||
"type": "number" | "type": "number" | ||
}, | }, | ||
Line 235: | Line 243: | ||
"description": "The optional fixed DC of the second condition that targets have to pass to apply it", | "description": "The optional fixed DC of the second condition that targets have to pass to apply it", | ||
"example": "12", | "example": "12", | ||
"type": "number" | |||
}, | |||
"condition2 radius m": { | |||
"description": "The optional radius, in meters, where the second condition is applied", | |||
"example": "3", | |||
"type": "number" | "type": "number" | ||
}, | }, | ||
Line 263: | Line 276: | ||
"description": "The optional fixed DC of the third condition that targets have to pass to apply it", | "description": "The optional fixed DC of the third condition that targets have to pass to apply it", | ||
"example": "12", | "example": "12", | ||
"type": "number" | |||
}, | |||
"condition2 radius m": { | |||
"description": "The optional radius, in meters, where the third condition is applied", | |||
"example": "3", | |||
"type": "number" | "type": "number" | ||
}, | }, |