User:Llamageddon/PassivePage: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
m (Fix category name)
 
(7 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:Passive Features]]
| #default = [[Category:Passive Features]]
Line 15: Line 18:


<pre>
<pre>
{{PassivePage
{{User:Llamageddon/PassivePage
| positive =
| effects =
| effects =
| disease =
| negative =
| afflictions =
| toggleable =
}}
}}
</pre>
</pre>
Line 23: Line 29:
Examples:
Examples:


= Blade Ward (Passive Feature) =
= Part of the Flock (Passive Feature) =


{{ConditionPage
{{User:Llamageddon/PassivePage
| name = Blade Ward
| name = Part of the Flock
| effects =
| positive = yes
* Has [[resistance]] against {{DamageType|Bludgeoning}}, {{DamageType|Piercing}}, and {{DamageType|Slashing}} damage dealt by weapon attacks. Damage of these types is halved.
| 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
| this is an example = yes
}}
}}
Line 34: Line 43:
= Bone Chilled (Passive Feature) =
= Bone Chilled (Passive Feature) =


{{PassivePage
{{User:Llamageddon/PassivePage
| name = Bone Chilled
| name = Bone Chilled
| effects =  
| effects =  
* Can not regain [[Hit Points]].
| afflictions = * Can not regain [[Hit Points]].
* If Undead, has {{Disadvantage}} on [[Attack Roll]]s.
* If Undead, has {{Disadvantage}} on [[Attack Roll]]s.
| this is an example = yes
| this is an example = yes
Line 44: Line 53:
= Flesh Rot (Passive Feature) =
= Flesh Rot (Passive Feature) =


{{PassivePage
{{User:Llamageddon/PassivePage
| name = Flesh Rot
| name = Flesh Rot
| effects =  
| effects =  
* Flesh is decaying.
| afflictions = * Flesh is decaying.
* {{Disadvantage}} on [[Ability Check]]s and {{SavingThrow}}s using Charisma.
* {{Disadvantage}} on [[Ability Check]]s and {{SavingThrow}}s using Charisma.
* Vulnerable to all damage.
* Vulnerable to all damage.
| disease = yes
| this is an example = yes
| this is an example = yes
}}
}}
 
[[Category:Page generating templates]]
[[Category:Page Generating Templates]]
 
{{#cargo_declare: _table = conditions
{{#cargo_declare: _table = conditions
| name = String (unique, mandatory)
| name = String (unique, mandatory)
| icon = File
| icon = File
| toggleable = Boolean
| positive = Boolean
| effects = Wikitext
| effects = Wikitext
| negative = Boolean
| afflictions = Wikitext
| disease = Boolean
| disease = Boolean
} (Test, so made sure of no table generating accidents...)
} (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...)