Template:Area page: Difference between revisions
m (remove errant period) |
(add interactions & creation) |
||
Line 18: | Line 18: | ||
{{#if:{{{condition2|}}}|<dd>Inflicts {{Cond|{{{condition2}}} }} {{#if:{{{condition2 save|}}}| ({{Saving throw|{{{condition2 save|}}} }}) }} </dd> }} | {{#if:{{{condition2|}}}|<dd>Inflicts {{Cond|{{{condition2}}} }} {{#if:{{{condition2 save|}}}| ({{Saving throw|{{{condition2 save|}}} }}) }} </dd> }} | ||
</dl> | </dl> | ||
</div> | </div> | ||
{{#if:{{{condition1|}}}{{{condition2|}}}|<h2>Conditions</h2>}} | {{#if:{{{condition1|}}}{{{condition2|}}}|<h2>Conditions</h2>}} | ||
{{#if:{{{condition1|}}}|<div class="bg3wiki-tooltip-box>{{Condition|{{{condition1}}} }}</div> }} | {{#if:{{{condition1|}}}|<div class="bg3wiki-tooltip-box>{{Condition|{{{condition1}}} }}</div> }} | ||
{{#if:{{{condition2|}}}|<div class="bg3wiki-tooltip-box>{{Condition|{{{condition2}}} }}</div> }} | {{#if:{{{condition2|}}}|<div class="bg3wiki-tooltip-box>{{Condition|{{{condition2}}} }}</div> }}{{#if:{{{creation|}}}| | ||
<h2>Creation</h2> | |||
{{{creation}}} | |||
}}{{#if:{{{interactions|}}}| | |||
<h2>Interactions</h2> | |||
{{{interactions}}} | |||
}} | |||
{{main namespace only|[[Category:Areas]]}} | {{main namespace only|[[Category:Areas]]}} | ||
</includeonly><noinclude>{{documentation|content= | </includeonly><noinclude>{{documentation|content= | ||
Line 39: | Line 44: | ||
|condition2= | |condition2= | ||
|condition2 save= | |condition2 save= | ||
|creation= | |||
|interactions= | |||
}} | }} | ||
</pre> | </pre> | ||
Line 52: | Line 59: | ||
|condition1=Prone | |condition1=Prone | ||
|condition1 save = DEX | |condition1 save = DEX | ||
|creation = | |||
* {{SAI|Grease|w=30}} | |||
* {{MdRarityItem|Grease Bottle}} | |||
|interactions = | |||
* Turns into [[Fire (surface)]] when touched by fire. | |||
}} | }} | ||
== Hunger of Hadar == | == Hunger of Hadar == | ||
Line 121: | Line 133: | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
"condition2 save": {} | "condition2 save": {}, | ||
"creation": { | |||
"description": "A description of how to create this area.", | |||
"type": "content" | |||
}, | |||
"interactions": { | |||
"description": "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." | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
Line 134: | Line 153: | ||
"condition1 save", | "condition1 save", | ||
"condition2", | "condition2", | ||
"condition2 save" | "condition2 save", | ||
"creation", | |||
"interactions" | |||
] | ] | ||
} | } |
Revision as of 14:24, 23 November 2023
Template that generates an entire page for areas. Use Template:Area for displaying on a page.
Copy-ready:{{Area page |name= |image= |type=<!--surface,cloud,or omit--> |period=<!--temporary,persistent--> |difficult terrain= |summary= |condition1= |condition1 save= |condition2= |condition2 save= |creation= |interactions= }}
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.
Creation
- Grease Bottle
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
- 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 |
creation | creation | A description of how to create this area. | 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 |