Difference between revisions of "Template:Item effect"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
(Added "restore gp" and changed handling of EXP)
Line 3: Line 3:
   | restore hp =  
   | restore hp =  
   | restore mp =
   | restore mp =
  | restore gp =
   | spell speed = Spell Speed
   | spell speed = Spell Speed
   | skill speed = Skill Speed
   | skill speed = Skill Speed
Line 11: Line 12:
   | cp = CP
   | cp = CP
   | gp = GP
   | gp = GP
  | exp =
   | #default = {{ucfirst:{{{1|}}}}}
   | #default = {{ucfirst:{{{1|}}}}}
   }}{{#switch:{{lc:{{{1|}}}}}<!-- Effect value -->
   }}{{#switch:{{lc:{{{1|}}}}}<!-- Effect value -->
   | restore hp = Restores up to {{{percent|}}} of {{#switch: {{lc: {{{1|}}}}} | restore hp = HP | restore mp = MP}}{{#if:{{{max|}}}|&nbsp;({{{max}}} points max)}}.
   | restore hp = Restores up to {{{percent|}}} of {{#switch: {{lc: {{{1|}}}}} | restore hp = HP | restore mp = MP}}{{#if:{{{max|}}}|&nbsp;({{{max}}} points max)}}.
   | restore mp = Restores up to {{{percent|}}} of {{#switch: {{lc: {{{1|}}}}} | restore hp = HP | restore mp = MP}}{{#if:{{{max|}}}|&nbsp;({{{max}}} points max)}}.
   | restore mp = Restores up to {{{percent|}}} of {{#switch: {{lc: {{{1|}}}}} | restore hp = HP | restore mp = MP}}{{#if:{{{max|}}}|&nbsp;({{{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 = &nbsp;+{{#if:{{{value|}}}|{{{value}}}}}{{#if:{{{percent|}}}|{{{percent}}}}}{{#if:{{{max|}}}|&nbsp;(Max {{{max}}})}}
  | restore gp = Restores {{{value|}}} GP.
   | exp = Increases EXP earned by {{{percent|}}}.
  | 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 = &nbsp;+{{#if:{{{value|}}}|{{{value}}}}}{{#if:{{{percent|}}}|{{{percent}}}}}{{#if:{{{max|}}}|&nbsp;(Max {{{max}}})}}
   | #default = {{{value|}}}
   | #default = {{{value|}}}
   }}|''No effect name provided.''}}</p></onlyinclude><noinclude>
   }}|''No effect name provided.''}}</p></onlyinclude><noinclude>
Line 26: Line 30:
== Parameters ==
== Parameters ==
; Unnamed parameter 1
; Unnamed parameter 1
: Item effect. Accepts: ''restore hp'', ''restore mp'', ''spell speed'', ''skill speed'', ''critical hit'', ''magic defense'', ''direct hit rate'', ''cp'', ''gp''.
: Item effect. Accepts: ''restore hp'', ''restore mp'', ''restore gp'', ''spell speed'', ''skill speed'', ''critical hit'', ''magic defense'', ''direct hit rate'', ''cp'', ''gp''.
; percent
; percent
: Effect percent.
: Effect percent.
Line 37: Line 41:
<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}}
<pre>{{Item effect|restore gp|value=350}}</pre>
{{Item effect|restore gp|value=350}}
<pre>{{Item effect|exp|percent=30%}}</pre>
{{Item effect|exp|percent=30%}}


[[Category:Formatting templates]]</noinclude>
[[Category:Formatting templates]]</noinclude>

Revision as of 15:18, 5 March 2022

No effect name provided.

Description

{{item effect|<effect>|percent=|max=|value=}}

Parameters

Unnamed parameter 1
Item effect. Accepts: restore hp, restore mp, restore gp, 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).

{{Item effect|restore gp|value=350}}

Restores 350 GP.

{{Item effect|exp|percent=30%}}

Increases EXP earned by 30%.