User:Llamageddon/PassivePage: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 14: Line 14:
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>
{{PassivePage
| effects =
| disease =
}}
</pre>
Examples:
= Blade Ward (Passive Feature) =
{{ConditionPage
| name = Blade Ward
| effects =
* Has [[resistance]] against {{DamageType|Bludgeoning}}, {{DamageType|Piercing}}, and {{DamageType|Slashing}} damage dealt by weapon attacks. Damage of these types is halved.
| this is an example = yes
}}
= Bone Chilled (Passive Feature) =
{{PassivePage
| name = Bone Chilled
| effects =
* Can not regain [[Hit Points]].
* If Undead, has {{Disadvantage}} on [[Attack Roll]]s.
| this is an example = yes
}}
= Flesh Rot (Passive Feature) =
{{PassivePage
| name = Flesh Rot
| effects =
* Flesh is decaying.
* {{Disadvantage}} on [[Ability Check]]s and {{SavingThrow}}s using Charisma.
* Vulnerable to all damage.
| disease = yes
| this is an example = yes
}}
[[Category:Page Generating Templates]]
{{#cargo_declare: _table = conditions
| name = String (unique, mandatory)
| icon = File
| effects = Wikitext
| disease = Boolean
} (Test, so made sure of no table generating accidents...)
</noinclude>
</noinclude>

Revision as of 02:15, 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.

{{PassivePage
| effects =
| disease =
}}

Examples:

Blade Ward (Passive Feature)

Sources of Blade Ward

No results


Bone Chilled (Passive Feature)

Template:PassivePage

Flesh Rot (Passive Feature)

Template:PassivePage

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