Real Damage Resist effect implementation.

This commit is contained in:
MobiusDevelopment
2020-03-12 09:27:56 +00:00
parent 904c6be328
commit 841e36e06b
75 changed files with 600 additions and 30 deletions

View File

@@ -197,6 +197,7 @@ public enum Stat
// BUFF_IMMUNITY("buffImmunity"), // TODO: Implement me
ABNORMAL_RESIST_PHYSICAL("abnormalResPhysical"),
ABNORMAL_RESIST_MAGICAL("abnormalResMagical"),
REAL_DAMAGE_RESIST("realDamageResist"),
// ELEMENT POWER
FIRE_POWER("firePower", new AttributeFinalizer(AttributeType.FIRE, true)),