69,814
edits
m
no edit summary
HiddenDragon (talk | contribs) (Moved doc to own page) |
HiddenDragon (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
Copy-ready: <pre> | Copy-ready: <pre> | ||
{{Area page | {{Area page | ||
|name= | | name = | ||
|image= | | image = | ||
|summary= | | controller icon = | ||
|description= | | icon = | ||
|type=<!--surface,cloud,or omit--> | | summary = | ||
| | | description = | ||
| | | type = <!--surface,cloud,or omit--> | ||
| | | dippable = | ||
|condition2= | | movement multiplier = | ||
|condition2 | | condition = | ||
|created by items= | | condition save = | ||
|created by spells= | | condition dc = | ||
|interactions= | | condition2 = | ||
|notes= | | condition2 save = | ||
| condition2 dc = | |||
| created by items = | |||
| created by spells = | |||
| interactions = | |||
| notes = | |||
}} | }} | ||
</pre> | </pre> | ||
== | == Examples == | ||
{{ | {{Template demo | ||
| | | style = list | ||
| | | <nowiki> | ||
{{Area page | {{Area page | ||
| name = Hunger of Hadar | | name = Hunger of Hadar | ||
Line 48: | Line 43: | ||
| condition1 no save = yes | | condition1 no save = yes | ||
| created by spells = Hunger of Hadar | | created by spells = Hunger of Hadar | ||
}}</nowiki> | |||
}} | }} | ||
Line 55: | Line 51: | ||
"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 73: | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"description": { | "description": { | ||
Line 83: | Line 85: | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"cloud", | "cloud", | ||
"surface" | "surface", | ||
"summoned" | |||
], | |||
"default": "surface" | |||
}, | |||
"dippable": { | |||
"description": "Whether or not this area (usually a surface) is dippable", | |||
"type": "boolean", | |||
"default": "no", | |||
"suggested": true | |||
}, | |||
"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": "The full name of the condition (if any) that is applied if there is a second condition.", | |||
"example": "Hastened", | |||
"type": "string" | |||
}, | }, | ||
" | "condition2 save": { | ||
"description": " | "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", | |||
"suggestedvalues": [ | |||
"Strength", | |||
"Dexterity", | |||
"Constitution", | |||
"Intelligence", | |||
"Wisdom", | |||
"Charisma" | |||
] | |||
}, | }, | ||
"condition2": { | "condition2 dc": { | ||
"description": "The second condition | "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 163: | ||
"name", | "name", | ||
"image", | "image", | ||
"controller icon", | |||
"icon", | |||
"summary", | "summary", | ||
"description", | "description", | ||
"type", | "type", | ||
" | "dippable", | ||
" | "condition", | ||
"condition save", | |||
"condition dc", | |||
"condition2", | "condition2", | ||
"condition2 | "condition2 save", | ||
"condition2 dc", | |||
"created by items", | "created by items", | ||
"created by spells", | "created by spells", |