Template:Area full/Format: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) mNo edit summary |
HiddenDragon (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#lvardef:text|[[{{{page|{{{ | <includeonly>{{#lvardef:text|[[{{{page}}}|{{#if:{{{altname|}}}|{{{altname}}}|{{{name}}} }}]]}}<span | ||
class="bg3wiki-condition" | class="bg3wiki-condition" | ||
{{#if:{{{inline|}}}|style="white-space: nowrap"}} | {{#if:{{{inline|}}}|style="white-space: nowrap"}} | ||
Line 95: | Line 95: | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
"description": "The name of the | "description": "The name of the area.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"icon": { | "icon": { | ||
"description": "The icon of the | "description": "The icon of the area", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"inline": { | "inline": { | ||
"description": "Whether the | "description": "Whether the area should be formatted inline", | ||
"type": "boolean" | "type": "boolean" | ||
}, | }, | ||
"duration": {}, | "duration": { | ||
" | "description": "How long this area lasts, in turns", | ||
" | "type": "string" | ||
}, | |||
"shape": { | |||
"description": "How to define the size of the area", | |||
"type": "string" | |||
}, | |||
"range m": { | |||
"description": "The size of the area in meters", | |||
"type": "string" | |||
}, | |||
"range ft": { | |||
"description": "The size of the area in feet", | |||
"type": "string" | |||
}, | |||
"type": { | |||
"description": "cloud, surface, or area", | |||
"type": "string" | |||
}, | |||
"description": { | |||
"description": "The description of the area", | |||
"type": "string" | |||
}, | |||
"altname": { | "altname": { | ||
"description": "An alternative display name for the condition link.", | "description": "An alternative display name for the condition link.", |
Revision as of 21:14, 5 May 2024
Meant to be used with a Cargo query. Preview:
Example
FireDuration: 10 turns
AoE: 9 m / 30 ft (Radius)
Condition: Burning
- Takes 1d4Fire damage per turn.
- Can be removed with the Healing Potion or gaining . action, using a
- Immune from if .
- action can be used on Burning characters and/or objects.
Multiple Conditions
Electrified Steam- Type: Cloud
Condition: Electrocuted
Condition: Wet
With Condition Save
Drow Poison CloudChance to set Poisoned.
- Type: Cloud
Condition: Stricken with Drow Poison
DC 13 Constitution saving throw
- Affected entity is and has fallen .
- Lasts until affected entity has made a successful Constitution saving throw or takes damage.
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | The name of the area. | String | optional |
icon | icon | The icon of the area | File | optional |
inline | inline | Whether the area should be formatted inline | Boolean | optional |
duration | duration | How long this area lasts, in turns | String | optional |
shape | shape | How to define the size of the area | String | optional |
range m | range m | The size of the area in meters | String | optional |
range ft | range ft | The size of the area in feet | String | optional |
type | type | cloud, surface, or area | String | optional |
description | description | The description of the area | String | optional |
altname | altname | An alternative display name for the condition link. | String | optional |