Template:Area page: Difference between revisions
(only show type if it's specified) |
(touchup docs) |
||
Line 21: | Line 21: | ||
{{main namespace only|[[Category:Areas]]}} | {{main namespace only|[[Category:Areas]]}} | ||
</includeonly><noinclude>{{documentation|content= | </includeonly><noinclude>{{documentation|content= | ||
== Grease == | == Grease == | ||
{{Area page | {{Area page | ||
Line 49: | Line 48: | ||
|condition2=Hunger of Hadar | |condition2=Hunger of Hadar | ||
}} | }} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"image": { | |||
"description": "A file without the File: prefix. ", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"name": { | |||
"description": "The name of the area. Defaults to the page name.", | |||
"suggested": true | |||
}, | |||
"summary": { | |||
"description": "A short summary of the area. Not the in-game description.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"difficult terrain": { | |||
"description": "If specified, marks the area as Difficult Terrain.", | |||
"type": "boolean" | |||
}, | |||
"description": { | |||
"description": "The in-game description of the area, if it exists.", | |||
"type": "content" | |||
}, | |||
"type": { | |||
"description": "If the area has the cloud or surface property.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"cloud", | |||
"surface" | |||
] | |||
}, | |||
"period": { | |||
"description": "Whether the area is persistent or temporary. Should NOT be a set duration - duration will be part of [[Template:Area]] for displaying on pages.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"persistent", | |||
"temporary" | |||
], | |||
"required": true | |||
}, | |||
"condition1": { | |||
"description": "The first condition inflicted by this area", | |||
"type": "wiki-page-name" | |||
}, | |||
"condition1 save": {}, | |||
"condition2": { | |||
"description": "The second condition inflicted by this area", | |||
"type": "wiki-page-name" | |||
}, | |||
"condition2 save": {} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"summary", | |||
"difficult terrain", | |||
"description", | |||
"type", | |||
"period", | |||
"condition1", | |||
"condition1 save", | |||
"condition2", | |||
"condition2 save" | |||
] | |||
} | |||
</templatedata> | |||
}} | }} | ||
[[Category:Page generating templates]]</noinclude> | [[Category:Page generating templates]]</noinclude> |
Revision as of 15:15, 10 November 2023
Grease
Grease is a slippery surface that has a chance to knock a creature . It is considered Difficult Terrain.
Properties
- Type: surface
- Period: persistent
- Difficult Terrain
- Inflicts ( Dexterity saving throw)
Conditions
- Can't move or take Actions, Bonus actions, or Reactions, and has Disadvantage on Strength and Dexterity saving throws.
- Attacks against a Prone creature have Advantage if they're made within 3 m / 10 ft of the creature.
- A Prone creature must spend half its Movement Speed to stand up.
- A character with the Athlete feat spends only 1.5 m / 5 ft of Movement Speed to stand up.
Hunger of Hadar
Hunger of Hadar is a dark cloud that and damages creatures within. It is considered Difficult Terrain.
Description
A sphere of cold blackness, teeming with unknown horrors.
The area is Difficult Terrain, and creatures within are Blinded.
Properties
- Period: temporary
- Difficult Terrain
- Inflicts
- Inflicts
Conditions
- Ranged attacks and spells have a range of 3 m / 10 ft and Attack Rolls suffer Disadvantage.
- Attack Rolls against Blinded creatures have Advantage.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | The name of the area. Defaults to the page name. | Unknown | suggested |
image | image | A file without the File: prefix. | File | suggested |
summary | summary | A short summary of the area. Not the in-game description. | Content | suggested |
difficult terrain | difficult terrain | If specified, marks the area as Difficult Terrain. | Boolean | optional |
description | description | The in-game description of the area, if it exists. | Content | optional |
type | type | If the area has the cloud or surface property.
| String | optional |
period | period | Whether the area is persistent or temporary. Should NOT be a set duration - duration will be part of [[Template:Area]] for displaying on pages.
| String | required |
condition1 | condition1 | The first condition inflicted by this area | Page name | optional |
condition1 save | condition1 save | no description | Unknown | optional |
condition2 | condition2 | The second condition inflicted by this area | Page name | optional |
condition2 save | condition2 save | no description | Unknown | optional |