New Iss skills.

Contributed by OdairDevalier.
This commit is contained in:
MobiusDev
2015-06-15 18:18:52 +00:00
parent 166d6ff9d4
commit 655fff0025
4 changed files with 470 additions and 522 deletions

View File

@ -51,6 +51,7 @@ public enum AbnormalType
AVOID_SKILL,
AVOID_UP,
AVOID_UP_SPECIAL,
CHANGE_BODY,
BERSERKER,
BETRAYAL_MARK,
BIG_BODY,
@ -358,7 +359,7 @@ public enum AbnormalType
WILL,
WIND_DOT,
WP_CHANGE_EVENT,
HARMONY, // Knight/Warrior/Wizard Harmony Buffs (GoD)
HARMONY,
MELODY_HORN,
MELODY_DRUM,
MELODY_PIPE,
@ -370,9 +371,7 @@ public enum AbnormalType
REF_SONATA,
ELEMENTAL_RESISTANCE_ISS,
HOLY_ATTACK_RESISTANCE_ISS,
MENTAL_ATTACK_RESISTANCE_ISS,
CRIPPLING_ATTACK,
SHADOW_BLADE;
MENTAL_ATTACK_RESISTANCE_ISS;
/**
* Get the enumerate for the given String.

View File

@ -68,7 +68,8 @@ public enum TraitType
DUALBLUNT(42, 1),
KNOCKBACK(43, 3),
KNOCKDOWN(44, 3),
NONE(43, 0);
MUTE(45, 3),
NONE(46, 0);
private final int _id;
private final int _type; // 1 = weapon, 2 = weakness, 3 = resistance