mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-23 00:05:52 +01:00
!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_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,
|
||||
COOLDOWN_REDUCTION,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user