User:Llamageddon/PassivePage: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 4: Line 4:
#vardefine: icon | {{{icon | {{#replace: {{#var:name}} | : | }} Passive Icon.webp }}}
#vardefine: icon | {{{icon | {{#replace: {{#var:name}} | : | }} Passive Icon.webp }}}
}}{{NoExcerpt | {{icon| {{#var:icon}} |30}} '''{{#var:name}}''' <small>  ({{#ifeq: {{{toggleable|}}} | yes | {{blank}}Toggleable}} Passive Feature)</small>}}
}}{{NoExcerpt | {{icon| {{#var:icon}} |30}} '''{{#var:name}}''' <small>  ({{#ifeq: {{{toggleable|}}} | yes | {{blank}}Toggleable}} Passive Feature)</small>}}
{{#ifeq: {{{positive|}}} | yes | {{blank}}Effects:}}
{{#ifeq: {{{positive|}}} | yes | {{blank}}
{{{effects|}}}
== Effects ==
{{#ifeq: {{{negative|}}} | yes | {{blank}}Afflictions:}}
{{{effects|}}}}}
{{{afflictions| Afflictions:}}}
{{#ifeq: {{{negative|}}} | yes | {{blank}}
== Afflictions ==
{{{afflictions|}}}}}


</div>{{#switch: {{{this is an example|}}}
</div>{{#switch: {{{this is an example|}}}
Line 31: Line 33:
{{User:Llamageddon/PassivePage
{{User:Llamageddon/PassivePage
| name = Part of the Flock
| name = Part of the Flock
| positive =
| positive = yes
| effects =
| effects = *Auntie Ethel Welcomes you, dearie.
| negative = yes
| negative = yes
| afflictions = *While [[Auntie Ethel]] is alive, the wearer of this mask must make a {{SavingThrow|WIS}} every turn. If failed, they become a Hag's Pawn (controlled by Auntie Ethel).
| afflictions = *While [[Auntie Ethel]] is alive, the wearer of this mask must make a {{SavingThrow|WIS}} every turn. If failed, they become a Hag's Pawn (controlled by Auntie Ethel).

Revision as of 08:25, 19 August 2023

This is a total rip off of Template:ConditionPage, for testing purposes. Just switching the settings to work as a Passive Feature template.

{{User:Llamageddon/PassivePage
| positive =
| effects =
| negative =
| afflictions =
| toggleable =
}}

Examples:

Part of the Flock (Passive Feature)

Effects

  • Auntie Ethel Welcomes you, dearie.

Afflictions

  • While Auntie Ethel is alive, the wearer of this mask must make a Wisdom saving throw every turn. If failed, they become a Hag's Pawn (controlled by Auntie Ethel).

Bone Chilled (Passive Feature)


Flesh Rot (Passive Feature)


{{#cargo_declare: _table = conditions | name = String (unique, mandatory) | icon = File | toggleable = Boolean | positive = Boolean | effects = Wikitext | negative = Boolean | afflictions = Wikitext | disease = Boolean } (Test, so made sure of no table generating accidents...)