69,814
edits
m
no edit summary
HiddenDragon (talk | contribs) (Updated doc) |
HiddenDragon (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
Copy-ready: <pre> | Copy-ready: <pre> | ||
{{Area page | {{Area page | ||
|name= | | name = | ||
|image= | | image = | ||
|controller icon= | | controller icon = | ||
|icon = | | icon = | ||
|summary= | | summary = | ||
|description= | | description = | ||
|type=<!--surface,cloud,or omit--> | | type = <!--surface,cloud,or omit--> | ||
|movement multiplier= | | dippable = | ||
|condition= | | movement multiplier = | ||
|condition save= | | condition = | ||
|condition dc= | | condition save = | ||
|condition2= | | condition dc = | ||
|condition2 save= | | condition2 = | ||
|condition2 dc= | | condition2 save = | ||
|created by items= | | condition2 dc = | ||
|created by spells= | | created by items = | ||
|interactions= | | created by spells = | ||
|notes= | | interactions = | ||
| notes = | |||
}} | }} | ||
</pre> | </pre> | ||
== | == Examples == | ||
{{ | {{Template demo | ||
| | | style = list | ||
| | | <nowiki> | ||
{{Area page | {{Area page | ||
| name = Hunger of Hadar | | name = Hunger of Hadar | ||
Line 52: | Line 43: | ||
| condition1 no save = yes | | condition1 no save = yes | ||
| created by spells = Hunger of Hadar | | created by spells = Hunger of Hadar | ||
}}</nowiki> | |||
}} | }} | ||
Line 98: | Line 90: | ||
"default": "surface" | "default": "surface" | ||
}, | }, | ||
" | "dippable": { | ||
"description": " | "description": "Whether or not this area (usually a surface) is dippable", | ||
"type": " | "type": "boolean", | ||
" | "default": "no", | ||
"suggested": true | |||
}, | }, | ||
"condition": { | "condition": { | ||
Line 176: | Line 168: | ||
"description", | "description", | ||
"type", | "type", | ||
" | "dippable", | ||
"condition", | "condition", | ||
"condition save", | "condition save", |