Template:Area full/Format: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) mNo edit summary |
HiddenDragon (talk | contribs) (Added dippable support) |
||
Line 11: | Line 11: | ||
<dl class="bg3wiki-property-list"> | <dl class="bg3wiki-property-list"> | ||
{{#if:{{{type|}}}|<dd>{{SmallIcon|Condition Type Icon.png}} Type: [[Area#{{ucfirst:{{{type}}}}}|{{ucfirst:{{{type}}}}}]]</dd>}} | {{#if:{{{type|}}}|<dd>{{SmallIcon|Condition Type Icon.png}} Type: [[Area#{{ucfirst:{{{type}}}}}|{{ucfirst:{{{type}}}}}]]</dd>}} | ||
{{#if:{{{dippable|}}}|<dd>{{Dippable}}</dd>}} | |||
</dl> | </dl> | ||
{{#if: {{{condition|}}}{{{condition2|}}} | | {{#if: {{{condition|}}}{{{condition2|}}} | | ||
Line 22: | Line 23: | ||
Meant to be used with a Cargo query. Preview: | Meant to be used with a Cargo query. Preview: | ||
== | == Example == | ||
{{Area/Format | {{Area/Format | ||
Line 30: | Line 31: | ||
| icon = Fire surface Icon.webp | | icon = Fire surface Icon.webp | ||
| type = surface | | type = surface | ||
| dippable = yes | |||
| condition = Burning | | condition = Burning | ||
| save = CON | | save = CON | ||
}} | }} | ||
== | == Multiple Conditions == | ||
{{Area/Format | {{Area/Format | ||
Line 46: | Line 48: | ||
}} | }} | ||
== Save | == With Condition Save == | ||
Revision as of 21:51, 2 May 2024
Meant to be used with a Cargo query. Preview:
Example
FireCreatures within the area are affected by the following conditions:
- 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
Creatures within the area are affected by the following conditions:
With Condition Save
Drow Poison CloudChance to set Poisoned.
- Type: Cloud
Creatures within the area are affected by the following conditions:
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 condition. | String | optional |
icon | icon | The icon of the condition | File | optional |
inline | inline | Whether the condition should be formatted inline | Boolean | optional |
duration | duration | no description | Unknown | optional |
save | save | no description | Unknown | optional |
effects | effects | no description | Unknown | optional |
altname | altname | An alternative display name for the condition link. | String | optional |