User:Llamageddon/PassivePage: Difference between revisions
Jump to navigation
Jump to search
Llamageddon (talk | contribs) No edit summary |
Llamageddon (talk | contribs) No edit summary |
||
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| Afflictions:}}} | |||
</div>{{#switch: {{{this is an example|}}} | </div>{{#switch: {{{this is an example|}}} | ||
Line 15: | Line 17: | ||
<pre> | <pre> | ||
{{User:Llamageddon/PassivePage | {{User:Llamageddon/PassivePage | ||
| positive = | |||
| effects = | | effects = | ||
| negative = | |||
| afflictions = | |||
| toggleable = | | toggleable = | ||
}} | }} | ||
Line 26: | Line 31: | ||
{{User:Llamageddon/PassivePage | {{User:Llamageddon/PassivePage | ||
| name = Part of the Flock | | name = Part of the Flock | ||
| effects =*Auntie Ethel welcomes you, dearie. | | positive = | ||
| 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 44: | ||
| 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 54: | ||
| 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 | ||
}} | }} | ||
Line 59: | Line 66: | ||
| 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> |
Revision as of 08:05, 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.
{{User:Llamageddon/PassivePage | positive = | effects = | negative = | afflictions = | toggleable = }}
Examples:
Part of the Flock (Passive Feature)
- 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)
- Can not regain Hit Points.
- If Undead, has Disadvantage on Attack Rolls.
Flesh Rot (Passive Feature)
- Flesh is decaying.
- Disadvantage on Ability Checks and Saving throws using Charisma.
- Vulnerable to all damage.
{{#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...)