-Implemented maxSkillDamage stat.

-Done skills Final Ultimate Defense (10017) & Party Rescue (10024) - maxSkillDamage & enchant groups.
-Small fix on Seed Talisman skill (added missing rEvas stat).

Contributed by NviX.
This commit is contained in:
MobiusDev
2015-06-30 19:12:17 +00:00
parent 04d53aedc9
commit 8a2faf6afc
9 changed files with 66 additions and 25 deletions

View File

@ -206,7 +206,10 @@ public enum Stats
BROOCH_JEWELS("broochJewels"),
// Summon Points
MAX_SUMMON_POINTS("summonPoints");
MAX_SUMMON_POINTS("summonPoints"),
// Max Skill Damage Receive
MAX_SKILL_DAMAGE("maxSkillDamage");
public static final int NUM_STATS = values().length;