Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "Template:Stat"

From DFO World Wiki
Jump to: navigation, search
Line 26: Line 26:
 
| physical crit                      = Physical Critical Chance {{#ifeq: {{#expr:{{{2|}}} < 0}} |1||+}}{{{2|x}}}%
 
| physical crit                      = Physical Critical Chance {{#ifeq: {{#expr:{{{2|}}} < 0}} |1||+}}{{{2|x}}}%
 
| mcrit | magic critical chance
 
| mcrit | magic critical chance
 +
| magical critical chance
 
| magic crit | magical crit          = Magic Critical Chance {{#ifeq: {{#expr:{{{2|}}} < 0}} |1||+}}{{{2|x}}}%
 
| magic crit | magical crit          = Magic Critical Chance {{#ifeq: {{#expr:{{{2|}}} < 0}} |1||+}}{{{2|x}}}%
 
| aspd | attack speed                = Attack Speed {{#ifeq: {{#expr:{{{2|}}} < 0}} |1||+}}{{{2|x}}}%
 
| aspd | attack speed                = Attack Speed {{#ifeq: {{#expr:{{{2|}}} < 0}} |1||+}}{{{2|x}}}%

Revision as of 19:46, 9 February 2016

Description

This templates formats attribute facts as they appear ingame.

Usage

{{Attribute
|<attribute>
|<value>
}}

Parameters

attribute 
Name of the attribute.
value 
Value of the attribute.

Examples

{{Attribute|poison dmg|20}}

Poison Damage +20%

{{Attribute|hit|-20}}

Hit Rate -20%