Template:Area full/Format: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{{#lvardef:text|[[{{{page|{{{name}}}}}}|{{{name}}}]]}}<span class="bg3wiki-condition" {{#if:{{{inline|}}}|style="white-space: nowrap"}}> [[File:{{{icon}}}|frameless|{{#if:{{{inline|}}}|{{{w|25}}}px|30px}}|link=|{{{name}}}]] {{#if: {{{inline|}}} | {{#lvar:text}} | <strong>{{#lvar:text}}</strong> }}{{#if: {{{inline|}}} | | <div> {{{description}}} </div> <dl class="bg3wiki-property-list"> {{#if:{{{type|}}}|<dd>{{SmallIcon|Condition Type Icon.png}} Type: ...")
 
(Added dippable support)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#lvardef:text|[[{{{page|{{{name}}}}}}|{{{name}}}]]}}<span class="bg3wiki-condition" {{#if:{{{inline|}}}|style="white-space: nowrap"}}>
<includeonly>{{#lvardef:text|[[{{{page|{{{name}}}}}}|{{{name}}}]]}}<span
[[File:{{{icon}}}|frameless|{{#if:{{{inline|}}}|{{{w|25}}}px|30px}}|link=|{{{name}}}]]&nbsp;{{#if: {{{inline|}}}
class="bg3wiki-condition"
{{#if:{{{inline|}}}|style="white-space: nowrap"}}
>[[File:{{{icon}}}|frameless|{{#if:{{{inline|}}}|{{{w|25}}}px|30px}}|link=|{{{name}}}]]&nbsp;{{#if: {{{inline|}}}
| {{#lvar:text}}
| {{#lvar:text}}
| <strong>{{#lvar:text}}</strong>
| <strong>{{#lvar:text}}</strong>
Line 9: 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|}}} |
Creatures within the area are affected by the following conditions:
Creatures within the area are affected by the following conditions:
Line 18: Line 20:
  <dd>{{Condition | {{{condition2}}} | save = {{{condition2 save|}}} | dc = {{{condition2 dc|}}}}}</dd>
  <dd>{{Condition | {{{condition2}}} | save = {{{condition2 save|}}} | dc = {{{condition2 dc|}}}}}</dd>
}}
}}
</dl>}}</span></includeonly><noinclude>
</dl>}} }}</span></includeonly><noinclude>
Meant to be used with a Cargo query.  Preview:
Meant to be used with a Cargo query.  Preview:


== Single effect description ==
== Example ==


{{Area/Format
{{Area/Format
Line 29: 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
}}
}}


== Duration only ==
== Multiple Conditions ==


{{Area/Format
{{Area/Format
Line 45: Line 48:
}}
}}


== Save only ==
== With Condition Save ==





Revision as of 22:51, 2 May 2024

Meant to be used with a Cargo query. Preview:

Example

Fire Fire

Deals 1d4Damage TypesFire damage per turn.

Type: Surface
Dippable Dippable

Creatures within the area are affected by the following conditions:

Burning Burning
  • Takes 1d4Damage TypesFire damage per turn.
  • Can be removed with the Help Help action, using a Healing Type Potion or gaining Wet Wet.
  • Immune from if Wet Wet.
  • Dip Dip action can be used on Burning characters and/or objects.

Multiple Conditions

Electrified Steam Electrified Steam

Deals 1d4Damage TypesLightning damage per turn.

Type: Cloud

Creatures within the area are affected by the following conditions:

Electrocuted Electrocuted
  • Takes 1d4Damage TypesLightning damage at the start of each turn.

Wet Wet

With Condition Save

Drow Poison Cloud Drow Poison Cloud

Chance to set Poisoned.

Type: Cloud

Creatures within the area are affected by the following conditions:

Stricken with Drow Poison Stricken with Drow Poison

DC 13  Constitution saving throw

Template data

No description.

Template parameters

ParameterDescriptionTypeStatus
namename

The name of the condition.

Stringoptional
iconicon

The icon of the condition

Fileoptional
inlineinline

Whether the condition should be formatted inline

Booleanoptional
durationduration

no description

Unknownoptional
savesave

no description

Unknownoptional
effectseffects

no description

Unknownoptional
altnamealtname

An alternative display name for the condition link.

Stringoptional