Template:Area page: Difference between revisions
m (page seo in main only) |
(Tweak display of conditions) |
||
Line 14: | Line 14: | ||
{{#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 {{ | {{#if:{{{condition1|}}}|<dd>{{#if:{{{condition1 no save|}}}|Inflicts {{cond|{{{condition1}}} }} while in area.|May inflict {{cond|{{{condition1}}} }} }}</dd> }} | ||
{{#if:{{{condition2|}}}|<dd>Inflicts {{ | {{#if:{{{condition2|}}}|<dd>{{#if:{{{condition2 no save|}}}|Inflicts {{cond|{{{condition2}}} }} while in area.|May inflict {{cond|{{{condition2}}} }} }}</dd> }}</dl> | ||
</dl> | |||
</div> | </div> | ||
{{#if: {{{condition1|}}}{{{condition2|}}} | | {{#if: {{{condition1|}}}{{{condition2|}}} | | ||
Line 24: | Line 23: | ||
<div class="bg3wiki-tooltip-box bg3wiki-tooltip-gradient-common"> | <div class="bg3wiki-tooltip-box bg3wiki-tooltip-gradient-common"> | ||
{{Condition | {{{condition1}}} | {{Condition | {{{condition1}}} | ||
}} | }} | ||
{{Main namespace only|{{Inflicts|{{{condition1|}}}|SAI }} }} | {{Main namespace only|{{Inflicts|{{{condition1|}}}|SAI }} }} | ||
Line 34: | Line 30: | ||
<div class="bg3wiki-tooltip-box"> | <div class="bg3wiki-tooltip-box"> | ||
{{Condition | {{{condition2}}} | {{Condition | {{{condition2}}} | ||
}} | }} | ||
{{Main namespace only|{{Inflicts|{{{condition2|}}}|SAI }} }} | {{Main namespace only|{{Inflicts|{{{condition2|}}}|SAI }} }} | ||
Line 57: | Line 50: | ||
<h2>Interactions</h2> | <h2>Interactions</h2> | ||
{{{interactions}}} | {{{interactions}}} | ||
}} | }}{{main namespace only| | ||
{{#if: {{#ifeq: {{{type|}}} | surface | [[Category:Surfaces]] | }} }} | {{#if: {{#ifeq: {{{type|}}} | surface | [[Category:Surfaces]] | }} }} | ||
{{#if: {{#ifeq: {{{type|}}} | cloud | [[Category:Clouds]] | }} }} | {{#if: {{#ifeq: {{{type|}}} | cloud | [[Category:Clouds]] | }} }} | ||
{{#if: {{#ifeq: {{{type|}}} | summoned | [[Category:Summoned areas]] | }} }} | {{#if: {{#ifeq: {{{type|}}} | summoned | [[Category:Summoned areas]] | }} }} | ||
[[Category:Areas]]}} | |||
{{#if: {{{notes|}}} | | {{#if: {{{notes|}}} | | ||
Line 69: | Line 63: | ||
</div> | </div> | ||
}} | }} | ||
</includeonly><noinclude>{{documentation|content= | </includeonly><noinclude>{{documentation|content= | ||
Template that generates an entire page for areas. Use [[Template:Area]] for displaying on a page. | Template that generates an entire page for areas. Use [[Template:Area]] for displaying on a page. | ||
Line 82: | Line 76: | ||
|difficult terrain= | |difficult terrain= | ||
|condition1= | |condition1= | ||
|condition1 save | |condition1 no save= | ||
|condition2= | |condition2= | ||
|condition2 save | |condition2 no save= | ||
|created by items= | |created by items= | ||
|created by spells= | |created by spells= | ||
Line 101: | Line 91: | ||
|image=Surface Grease Image.png | |image=Surface Grease Image.png | ||
|type=surface | |type=surface | ||
|difficult terrain=true | |difficult terrain=true | ||
|summary=a slippery surface that has a chance to knock a creature {{cond|Prone}}. | |summary=a slippery surface that has a chance to knock a creature {{cond|Prone}}. | ||
|condition1=Prone | |condition1=Prone | ||
|created by items = Grease Bottle | |created by items = Grease Bottle | ||
|created by spells = Grease | |created by spells = Grease | ||
Line 114: | Line 102: | ||
{{Area page | {{Area page | ||
|name=Hunger of Hadar | |name=Hunger of Hadar | ||
|difficult terrain=true | |difficult terrain=true | ||
|summary=a dark cloud that {{cond|Blinded|Blinds}} and damages creatures within. | |summary=a dark cloud that {{cond|Blinded|Blinds}} and damages creatures within. | ||
Line 125: | Line 112: | ||
The area is [[Difficult Terrain]], and creatures within are [[Blinded]]. | The area is [[Difficult Terrain]], and creatures within are [[Blinded]]. | ||
|condition1=Blinded | |condition1=Blinded | ||
|condition1 no save=true | |||
|condition2=Hunger of Hadar | |condition2=Hunger of Hadar | ||
|condition2 no save=true | |||
}} | }} | ||
==Template data== | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 166: | Line 156: | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
"condition1 save | "condition1 no save": { | ||
"description": "If specified, notes that the condition is applied while in area", | |||
"type": "boolean" | |||
"description": " | |||
" | |||
}, | }, | ||
"condition2": { | "condition2": { | ||
"description": "The second condition inflicted by this area", | "description": "The second condition inflicted by this area", | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
"condition2 save | "condition2 no save": { | ||
"description": "If specified, notes that the condition is applied while in area" | |||
"description": " | |||
}, | }, | ||
"created by items": { | "created by items": { | ||
Line 233: | Line 193: | ||
"type", | "type", | ||
"condition1", | "condition1", | ||
"condition1 save | "condition1 no save", | ||
"condition2", | "condition2", | ||
"condition2 save | "condition2 no save", | ||
"created by items", | "created by items", | ||
"created by spells", | "created by spells", | ||
"interactions", | "interactions", | ||
"notes" | "notes" | ||
] | ], | ||
"description": "Generates an entire page for representing areas.", | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 12:42, 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 no save= |condition2= |condition2 no save= |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
- May inflict
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 while in area.
- Inflicts while in area.
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.
Template data
Generates an entire page for representing areas.
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 |
condition1 no save | condition1 no save | If specified, notes that the condition is applied while in area | Boolean | optional |
condition2 | condition2 | The second condition inflicted by this area | Page name | optional |
condition2 no save | condition2 no save | If specified, notes that the condition is applied while in area | 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 |