EVASION Element


EVASION (a child element of ARMOR) defines the evasion rating (chance of evading or dodging an attack) of the armor.

Supported Values

EVASION supports the use of an integer as value.

Examples

  • <ARMORS>
    • <ARMOR>
      • <NAME>Full Plate</NAME>
      • <EVASION>5</EVASION>
      • ......
    • </ARMOR>
    • ......
  • </ARMORS>