User:Llamageddon/PassivePage: Difference between revisions
Jump to navigation
Jump to search
Llamageddon (talk | contribs) mNo edit summary |
m (Fix category name) |
||
(8 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|}}}}} | |||
</div>{{#switch: {{{this is an example|}}} | |||
| yes = | | yes = | ||
| #default = [[Category:Passive Features]] | | #default = [[Category:Passive Features]] | ||
Line 14: | Line 17: | ||
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...)