forked from Upstream/mmocore
!Added crit strike chance, power and mitigation stats.
Mitigation and crits are handled via MMOLib
This commit is contained in:
parent
02246b2831
commit
d98489dcb4
@ -30,6 +30,17 @@ public enum StatType {
|
|||||||
ARMOR,
|
ARMOR,
|
||||||
ARMOR_TOUGHNESS,
|
ARMOR_TOUGHNESS,
|
||||||
|
|
||||||
|
CRITICAL_STRIKE_CHANCE,
|
||||||
|
CRITICAL_STRIKE_POWER,
|
||||||
|
|
||||||
|
BLOCK_POWER,
|
||||||
|
BLOCK_RATING,
|
||||||
|
BLOCK_COOLDOWN_REDUCTION,
|
||||||
|
DODGE_RATING,
|
||||||
|
DODGE_COOLDOWN_REDUCTION,
|
||||||
|
PARRY_RATING,
|
||||||
|
PARRY_COOLDOWN_REDUCTION,
|
||||||
|
|
||||||
ADDITIONAL_EXPERIENCE,
|
ADDITIONAL_EXPERIENCE,
|
||||||
COOLDOWN_REDUCTION,
|
COOLDOWN_REDUCTION,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user