User:Llamageddon/PassivePage: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Created page with "<includeonly><div class="bg3wiki-tooltip-box">{{ #vardefine: name | {{{name | {{#explode: {{#titleparts: {{PAGENAME}} }} | ( | 0 }} }}} }}{{ #vardefine: icon | {{{icon | {{#replace: {{#var:name}} | : | }} Passive Icon.webp }}} }}{{NoExcerpt | {{icon| {{#var:icon}} |30}} '''{{#var:name}}''' }} {{{effects|}}} {{#ifeq: {{{disease|}}} | yes | {{blank}} * Diseased }}</div>{{#switch: {{{this is an example|}}} | yes = | #default = Category:Conditions }}</inclu...")
 
m (Fix category name)
 
(9 intermediate revisions by one other user not shown)
Line 3: Line 3:
}}{{
}}{{
#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}}''' }}
}}{{NoExcerpt | {{icon| {{#var:icon}} |30}} '''{{#var:name}}''' <small>  ({{#ifeq: {{{toggleable|}}} | yes | {{blank}}Toggleable}} Passive Feature)</small>}}
{{#ifeq: {{{positive|}}} | yes | {{blank}}
== Effects ==
{{{effects|}}}}}
{{#ifeq: {{{negative|}}} | yes | {{blank}}
== Afflictions ==
{{{afflictions|}}}}}


{{{effects|}}} {{#ifeq: {{{disease|}}} | yes | {{blank}}
</div>{{#switch: {{{this is an example|}}}
 
* [[Disease|Diseased]]
}}</div>{{#switch: {{{this is an example|}}}
| yes =
| yes =
| #default = [[Category:Conditions]]
| #default = [[Category:Passive Features]]
}}</includeonly><noinclude>
}}</includeonly><noinclude>
This is a total rip off of [[Template:ConditionPage]], for testing purposes. Just switching the settings to work as a Passive Feature template.
This is a total rip off of [[Template:ConditionPage]], for testing purposes. Just switching the settings to work as a Passive Feature template.


<pre>
{{User:Llamageddon/PassivePage
| positive =
| effects =
| negative =
| afflictions =
| toggleable =
}}
</pre>
Examples:
= Part of the Flock (Passive Feature) =
{{User:Llamageddon/PassivePage
| name = Part of the Flock
| positive = yes
| effects = *Auntie Ethel Welcomes you, dearie.
| 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).
| toggleable = yes
| this is an example = yes
}}
= Bone Chilled (Passive Feature) =
{{User:Llamageddon/PassivePage
| name = Bone Chilled
| effects =
| afflictions = * Can not regain [[Hit Points]].
* If Undead, has {{Disadvantage}} on [[Attack Roll]]s.
| this is an example = yes
}}
= Flesh Rot (Passive Feature) =
{{User:Llamageddon/PassivePage
| name = Flesh Rot
| effects =
| afflictions = * Flesh is decaying.
* {{Disadvantage}} on [[Ability Check]]s and {{SavingThrow}}s using Charisma.
* Vulnerable to all damage.
| this is an example = yes
}}
[[Category:Page generating templates]]
{{#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...)
</noinclude>
</noinclude>

Latest revision as of 15:26, 10 October 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)[edit | edit source]

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)[edit | edit source]


Flesh Rot (Passive Feature)[edit | edit source]


{{#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...)