Template:Condition page: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><div class="bg3wiki-tooltip-box">{{ | <includeonly><div class="bg3wiki-tooltip-box">{{ | ||
# | #lvardef: name | {{{name | {{#explode: {{#titleparts: {{PAGENAME}} }} | ( | 0 }} }}} | ||
}}{{ | }}{{ | ||
# | #lvardef: icon | {{{icon | {{#replace: {{#lvar:name}} | : | }} Condition Icon.webp }}} | ||
}}{{NoExcerpt | {{icon| {{# | }}{{NoExcerpt | {{icon| {{#lvar:icon}} |30}} '''{{#lvar:name}}''' }} | ||
{{{effects|}}} {{#ifeq: {{{disease|}}} | yes | {{blank}} | {{{effects|}}} {{#ifeq: {{{disease|}}} | yes | {{blank}} | ||
Line 65: | Line 65: | ||
| yes = | | yes = | ||
| #default = {{#cargo_store: _table = conditions | | #default = {{#cargo_store: _table = conditions | ||
| name = {{# | | name = {{#lvar:name}} | ||
| icon = {{# | | icon = {{#lvar:icon}} | ||
| disease = {{IfEmpty | {{{disease|}}} | no}} | | disease = {{IfEmpty | {{{disease|}}} | no}} | ||
}} | }} | ||
}}</includeonly> | }}</includeonly> |
Revision as of 03:47, 2 September 2023
If the page title is Blah (Condition)
, then you don't have to provide the name
parameter. Likewise, if the icon for the condition is called Blah Condition Icon.webp
then you don't have to provide the icon
parameter.
{{ConditionPage | effects = | disease = }}
Examples:
Blade Ward (Condition)
- Has resistance against Bludgeoning, Piercing, and Slashing damage dealt by weapon attacks. Damage of these types is halved.
Bone Chilled (Condition)
- Can not regain Hit Points.
- If Undead, has Disadvantage on Attack Rolls.
Flesh Rot (Condition)
- Flesh is decaying.
- Disadvantage on Ability Checks and Saving throws using Charisma.
- Vulnerable to all damage.
This template defines the table "conditions". View table.