Template:Area full/Format: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) (Added dippable support) |
HiddenDragon (talk | contribs) m (Add condition boxes) |
||
Line 5: | Line 5: | ||
| {{#lvar:text}} | | {{#lvar:text}} | ||
| <strong>{{#lvar:text}}</strong> | | <strong>{{#lvar:text}}</strong> | ||
}}{{#if: {{{duration|}}} | | |||
<p>{{InfoBlob | {{Duration | {{{duration}}} }} }}</p> | |||
}}{{#if: {{{radius m|}}}{{{radius ft|}}} | | |||
<p>{{InfoBlob | {{AOE | Radius | m = {{{radius m}}} | ft = {{{radius ft}}} }} }}</p> | |||
}}{{#if: {{{inline|}}} | | | }}{{#if: {{{inline|}}} | | | ||
<div> | <div> | ||
{{{description}}} | {{{description}}} | ||
</div> | </div> | ||
{{#if: {{{type|}}}{{{dippable|}}} | | |||
<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>}} | {{#if:{{{dippable|}}}|<dd>{{Dippable}}</dd>}} | ||
</dl> | </dl>}} | ||
{{#if: {{{condition|}}}{{{ | |||
{{#if: {{{condition|}}} | | |||
< | |||
<h2> Condition: {{{condition}}} </h2> | |||
{{#if: {{{condition2|}}} | {{ | |||
<div class="bg3wiki-tooltip-box bg3wiki-tooltip-gradient-common"> | |||
{{Condition | {{{condition}}} | |||
| save = {{{condition save|}}} | |||
| dc = {{{condition dc|}}} | |||
| duration = {{{condition duration|}}} | |||
}} | |||
{{Main namespace only|{{Inflicts|{{{condition|}}}|sai }} }} | |||
</div> | |||
}} {{#if: {{{condition 2|}}} | | |||
<h2> Condition: {{{condition 2}}} </h2> | |||
<div class="bg3wiki-tooltip-box bg3wiki-tooltip-gradient-common"> | |||
{{Condition | {{{condition 2}}} | |||
| save = {{{condition 2 save|}}} | |||
| dc = {{{condition 2 dc|}}} | |||
| duration = {{{condition 2 duration|}}} | |||
}} | |||
{{Main namespace only|{{Inflicts|{{{condition2|}}}|sai }} }} | |||
</div> | |||
[[Category:Spells with renamed condition 2 property]] | |||
}} {{#if: {{{condition2|}}} | | |||
<h2> Condition: {{{condition2}}} </h2> | |||
<div class="bg3wiki-tooltip-box bg3wiki-tooltip-gradient-common"> | |||
{{Condition | {{{condition2}}} | |||
| save = {{{condition2 save|}}} | |||
| dc = {{{condition2 dc|}}} | |||
| duration = {{{condition2 duration|}}} | |||
}} | |||
{{Main namespace only|{{Inflicts|{{{condition2|}}}|sai }} }} | |||
</div> | |||
}} | }} | ||
}}</span></includeonly><noinclude> | |||
Meant to be used with a Cargo query. Preview: | Meant to be used with a Cargo query. Preview: | ||
Line 31: | Line 71: | ||
| icon = Fire surface Icon.webp | | icon = Fire surface Icon.webp | ||
| type = surface | | type = surface | ||
| radius m = 9 | |||
| radius ft = 30 | |||
| duration = 10 | |||
| dippable = yes | | dippable = yes | ||
| condition = Burning | | condition = Burning |
Revision as of 21:49, 3 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 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 |