Template:Item effect

From Final Fantasy XIV Online Wiki
Revision as of 14:09, 1 August 2024 by BumbledBeee (talk | contribs) (Updated "restore mp" to match current in-game descriptions giving fixed value rather than percent and max. So as to not break existing implementations, the amount of MP restored can be specified with either "value" or "max", defaulting to "value" if both are provided)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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, reduced durability loss, desynthesis skill gain.
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 mp|value=1800}}

Restores 1800 MP.

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

Restores 350 GP.

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

Increases EXP earned by 30%.

{{Item effect|reduced durability loss|value=30}}

Reduced Durability Loss +30