User:Llamageddon/PassivePage: Difference between revisions
Jump to navigation
Jump to search
Llamageddon (talk | contribs) No edit summary |
m (Fix category name) |
||
(3 intermediate revisions by one other user not shown) | |||
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|}}} | == Effects == | ||
{{{effects|}}}}} | |||
{{#ifeq: {{{negative|}}} | yes | {{blank}} | |||
== Afflictions == | |||
{{{afflictions|}}}}} | |||
</div>{{#switch: {{{this is an example|}}} | </div>{{#switch: {{{this is an example|}}} | ||
Line 15: | Line 19: | ||
<pre> | <pre> | ||
{{User:Llamageddon/PassivePage | {{User:Llamageddon/PassivePage | ||
| positive = | |||
| effects = | | effects = | ||
| negative = | |||
| afflictions = | |||
| toggleable = | | toggleable = | ||
}} | }} | ||
Line 26: | Line 33: | ||
{{User:Llamageddon/PassivePage | {{User:Llamageddon/PassivePage | ||
| name = Part of the Flock | | name = Part of the Flock | ||
| effects =*Auntie Ethel | | 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 | | toggleable = yes | ||
| this is an example = yes | | this is an example = yes | ||
Line 36: | Line 46: | ||
| 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 46: | Line 56: | ||
| 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. | ||
| this is an example = yes | | this is an example = yes | ||
}} | }} | ||
[[Category:Page generating templates]] | |||
[[Category:Page | |||
{{#cargo_declare: _table = conditions | {{#cargo_declare: _table = conditions | ||
| name = String (unique, mandatory) | | name = String (unique, mandatory) | ||
| icon = File | | icon = File | ||
| toggleable = Boolean | | 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...)