Template:Area page: Difference between revisions
m (Fix parameter existence check) |
(Remove period) |
||
Line 13: | Line 13: | ||
<dl class="bg3wiki-property-list"> | <dl class="bg3wiki-property-list"> | ||
{{#if:{{{type|}}}|<dd>{{SmallIcon|Explode Radius Icons.png}} Type: [[{{{type}}}]]</dd>}} | {{#if:{{{type|}}}|<dd>{{SmallIcon|Explode Radius Icons.png}} Type: [[{{{type}}}]]</dd>}} | ||
{{#if:{{{difficult terrain|}}}|<dd>{{Difficult terrain}}</dd> }} | {{#if:{{{difficult terrain|}}}|<dd>{{Difficult terrain}}</dd> }} | ||
{{#if:{{{condition1|}}}|<dd>Inflicts {{Cond|{{{condition1}}} }}</dd> }} | {{#if:{{{condition1|}}}|<dd>Inflicts {{Cond|{{{condition1}}} }}</dd> }} | ||
Line 162: | Line 161: | ||
"surface" | "surface" | ||
] | ] | ||
}, | }, | ||
"condition1": { | "condition1": { | ||
Line 186: | Line 176: | ||
"CHA" | "CHA" | ||
] | ] | ||
}, | }, | ||
"condition1 dc": { | "condition1 dc": { | ||
"description": "Difficulty Class for the Saving throw.", | "description": "Difficulty Class for the Saving throw.", | ||
"example": "12" | "example": "12" | ||
}, | }, | ||
"condition1 duration": { | "condition1 duration": { | ||
"description": "Duration of the condition", | "description": "Duration of the condition", | ||
"example": "1, 3, Whilst on surface, Long rest" | "example": "1, 3, Whilst on surface, Long rest" | ||
}, | }, | ||
"condition2": { | "condition2": { | ||
"description": "The second condition inflicted by this area", | "description": "The second condition inflicted by this area", | ||
Line 208: | Line 198: | ||
"CHA" | "CHA" | ||
] | ] | ||
}, | }, | ||
"condition2 dc": { | "condition2 dc": { | ||
"description": "Difficulty Class for the Saving throw.", | "description": "Difficulty Class for the Saving throw.", | ||
"example": "12" | "example": "12" | ||
}, | }, | ||
"condition2 duration": { | "condition2 duration": { | ||
"description": "Duration of the condition", | "description": "Duration of the condition", | ||
"example": "1, 3, Whilst on surface, Long rest" | "example": "1, 3, Whilst on surface, Long rest" | ||
}, | }, | ||
"created by items": { | "created by items": { | ||
"description": "List of items that create this area. Be sure to separate multiple items with a comma.", | "description": "List of items that create this area. Be sure to separate multiple items with a comma.", | ||
"example": "Acid Vial, Arrow of Acid", | |||
"type": "content" | "type": "content" | ||
}, | }, | ||
"created by spells": { | "created by spells": { | ||
"description": "List of spells that create this area. Be sure to separate multiple spells with a comma.", | "description": "List of spells that create this area. Be sure to separate multiple spells with a comma.", | ||
"example": "Melf's Acid Arrow, Chromatic Orb: Acid", | |||
"type": "content" | "type": "content" | ||
}, | }, | ||
Line 243: | Line 232: | ||
"description", | "description", | ||
"type", | "type", | ||
"condition1", | "condition1", | ||
"condition1 save", | "condition1 save", |
Revision as of 11:14, 27 November 2023
Template that generates an entire page for areas. Use Template:Area for displaying on a page.
Copy-ready:{{Area page |name= |image= |summary= |description= |type=<!--surface,cloud,or omit--> |difficult terrain= |condition1= |condition1 save= |condition1 dc= |condition1 duration= |condition2= |condition2 save= |condition2 dc= |condition2 duration= |created by items= |created by spells= |interactions= |notes= }}
Grease
Grease is a slippery surface that has a chance to knock a creature . It is considered Difficult Terrain.
Properties
- Type: surface
- Difficult Terrain
- Inflicts
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.
Creation
This area can be created by the following:
Items:
Spells and Actions:Interactions
- Turns into Fire (surface) when touched by fire.
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
- 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 | suggested |
type | type | If the area has the cloud or surface property.
| String | optional |
condition1 | condition1 | The first condition inflicted by this area | Page name | optional |
Saving throw ability | condition1 save | no description
| Unknown | optional |
condition1 dc | condition1 dc | Difficulty Class for the Saving throw.
| Unknown | optional |
condition1 duration | condition1 duration | Duration of the condition
| Unknown | optional |
condition2 | condition2 | The second condition inflicted by this area | Page name | optional |
condition2 save | condition2 save | no description
| Unknown | optional |
condition2 dc | condition2 dc | Difficulty Class for the Saving throw.
| Unknown | optional |
condition2 duration | condition2 duration | Duration of the condition
| Unknown | optional |
created by items | created by items | List of items that create this area. Be sure to separate multiple items with a comma.
| Content | optional |
created by spells | created by spells | List of spells that create this area. Be sure to separate multiple spells with a comma.
| Content | optional |
interactions | interactions | A description of interactions that the area has that can turn it into something else. Note that this does NOT include being erased by other areas of the same surface/cloud type. | Unknown | optional |
notes | notes | Any extra or related information about the spell. Please use * for bullet points. | Content | optional |