65,087
editsMore actions
Updated doc
HiddenDragon (talk | contribs) (Moved doc to own page) |
HiddenDragon (talk | contribs) (Updated doc) |
||
Line 5: | Line 5: | ||
|name= | |name= | ||
|image= | |image= | ||
|controller icon= | |||
|icon = | |||
|summary= | |summary= | ||
|description= | |description= | ||
|type=<!--surface,cloud,or omit--> | |type=<!--surface,cloud,or omit--> | ||
| | |movement multiplier= | ||
| | |condition= | ||
| | |condition save= | ||
|condition dc= | |||
|condition2= | |condition2= | ||
|condition2 | |condition2 save= | ||
|condition2 dc= | |||
|created by items= | |created by items= | ||
|created by spells= | |created by spells= | ||
Line 55: | Line 59: | ||
"params": { | "params": { | ||
"image": { | "image": { | ||
"description": "A file without the File: prefix. ", | "description": "A 380x380 image without the File: prefix. ", | ||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"controller icon": { | |||
"description": "A 144x144 image without the File: prefix. ", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"icon": { | |||
"description": "A 64x64 icon without the File: prefix. ", | |||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true | ||
Line 67: | Line 81: | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"description": { | "description": { | ||
Line 83: | Line 93: | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"cloud", | "cloud", | ||
"surface" | "surface", | ||
"summoned" | |||
], | |||
"default": "surface" | |||
}, | |||
"movement multiplier": { | |||
"description": "The multiplier to movement costs when inside this area", | |||
"type": "number", | |||
"suggested": true, | |||
"default": "1" | |||
}, | |||
"condition": { | |||
"description": "The full name of the condition (if any) that this area applies to its target/s. Leave blank if there is no condition.", | |||
"example": "Hastened", | |||
"type": "string" | |||
}, | |||
"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 | "description": "The optional fixed DC of the condition that targets have to pass to apply it", | ||
"type": " | "example": "12", | ||
"type": "number" | |||
}, | }, | ||
" | "condition2": { | ||
"description": " | "description": "The full name of the condition (if any) that is applied if there is a second condition.", | ||
"type": " | "example": "Hastened", | ||
"type": "string" | |||
}, | }, | ||
"condition2": { | "condition2 save": { | ||
"description": "The second condition | "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\"", | ||
"type": " | "example": "WIS", | ||
}, | "type": "string", | ||
"condition2 | "suggestedvalues": [ | ||
"description": " | "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" | |||
}, | }, | ||
"created by items": { | "created by items": { | ||
Line 122: | Line 171: | ||
"name", | "name", | ||
"image", | "image", | ||
"controller icon", | |||
"icon", | |||
"summary", | "summary", | ||
"description", | "description", | ||
"type", | "type", | ||
" | "movement multiplier", | ||
" | "condition", | ||
"condition save", | |||
"condition dc", | |||
"condition2", | "condition2", | ||
"condition2 | "condition2 save", | ||
"condition2 dc", | |||
"created by items", | "created by items", | ||
"created by spells", | "created by spells", |