Difference between revisions of "Template:Item effect"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
| #default = {{ucfirst:{{{1|}}}}} | | #default = {{ucfirst:{{{1|}}}}} | ||
}}{{#switch:{{lc:{{{1|}}}}}<!-- Effect value --> | }}{{#switch:{{lc:{{{1|}}}}}<!-- Effect value --> | ||
| restore hp = Restores up to {{{percent|}}} | | restore hp = Restores up to {{{percent|}}} of {{#switch: {{lc: {{{1|}}}}} | restore hp = HP | restore mp = MP}}{{#if:{{{max|}}}| ({{{max}}} points max)}}. | ||
| restore mp = Restores up to {{{percent|}}} | | restore mp = Restores up to {{{percent|}}} of {{#switch: {{lc: {{{1|}}}}} | restore hp = HP | restore mp = MP}}{{#if:{{{max|}}}| ({{{max}}} points max)}}. | ||
| exp | gear durability| spell speed | skill speed | critical hit | magic defense | direct hit rate | vitality | piety | mind | intelligence | strength | dexterity | tenacity | determination | craftsmanship | control | gathering | perception | gp | cp | increased spiritbond gain = +{{#if:{{{value|}}}|{{{value}}}}}{{#if:{{{percent|}}}|{{{percent}}} | | exp | gear durability| spell speed | skill speed | critical hit | magic defense | direct hit rate | vitality | piety | mind | intelligence | strength | dexterity | tenacity | determination | craftsmanship | control | gathering | perception | gp | cp | increased spiritbond gain = +{{#if:{{{value|}}}|{{{value}}}}}{{#if:{{{percent|}}}|{{{percent}}}}}{{#if:{{{max|}}}| (Max {{{max}}})}} | ||
| #default = {{{value|}}} | | #default = {{{value|}}} | ||
}}|''No effect name provided.''}}</p></onlyinclude><noinclude> | }}|''No effect name provided.''}}</p></onlyinclude><noinclude> | ||
Line 35: | Line 35: | ||
== Example == | == Example == | ||
<pre>{{Item effect|restore hp|percent=24|max=1920}}</pre> | <pre>{{Item effect|restore hp|percent=24%|max=1920}}</pre> | ||
{{Item effect|restore hp|percent=24|max=1920}} | {{Item effect|restore hp|percent=24%|max=1920}} | ||
[[Category:Formatting templates]]</noinclude> | [[Category:Formatting templates]]</noinclude> |
Revision as of 18:51, 16 August 2019
No effect name provided.
Description
{{item effect|<effect>|percent=|max=|value=}}
Parameters
- Unnamed parameter 1
- Item effect. Accepts: restore hp, restore mp, spell speed, skill speed, critical hit, magic defense, direct hit rate, cp, gp.
- percent
- Effect percent.
- max
- Effect max value.
- value
- Effect's constant value (not a percent). If using value, do not use percent or max.
Example
{{Item effect|restore hp|percent=24%|max=1920}}
Restores up to 24% of HP (1920 points max).