65,087
editsAd placeholder
Template:Area page/doc: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
HiddenDragon (talk | contribs) (Updated doc) |
HiddenDragon (talk | contribs) mNo edit summary |
||
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> | ||
Line 26: | Line 27: | ||
== Grease == | == Grease == | ||
{{Area page | {{Area page | ||
|name=Grease | | name=Grease | ||
|image=Surface Grease Image.png | | image=Surface Grease Image.png | ||
|type=surface | | type=surface | ||
|difficult terrain=true | | dippable = no | ||
|summary=a slippery surface that has a chance to knock a creature {{cond|Prone}}. | | difficult terrain=true | ||
|condition1=Prone | | summary=a slippery surface that has a chance to knock a creature {{cond|Prone}}. | ||
|created by items = Grease Bottle | | condition1=Prone | ||
|created by spells = Grease | | created by items = Grease Bottle | ||
|interactions = | | created by spells = Grease | ||
| interactions = | |||
* Turns into [[Fire (surface)]] when touched by fire. | * Turns into [[Fire (surface)]] when touched by fire. | ||
}} | }} | ||
Line 98: | Line 100: | ||
"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 178: | ||
"description", | "description", | ||
"type", | "type", | ||
" | "dippable", | ||
"condition", | "condition", | ||
"condition save", | "condition save", |