Ertheia skill enchants.

Contributed by Liamxroy.
This commit is contained in:
MobiusDev
2017-09-28 14:57:49 +00:00
parent 4e0858a5d6
commit 62e6aab237
23 changed files with 1326 additions and 158 deletions

View File

@@ -1440,6 +1440,8 @@
<PARALYZE>100</PARALYZE>
<CHANGEBODY>100</CHANGEBODY>
<KNOCKDOWN>100</KNOCKDOWN>
<ZONE>100</ZONE>
<PSYCHIC>100</PSYCHIC>
</effect>
</effects>
</skill>

View File

@@ -510,7 +510,9 @@ public enum AbnormalType
MAX(284),
AIRBIND(365),
KNOCKDOWN(367),
EARTHWORM_DEBUFF(424);
EARTHWORM_DEBUFF(424),
INSIDE_POSITION(593),
STEEL_MIND(596);
private int _clientId;

View File

@@ -74,7 +74,9 @@ public enum TraitType
DEPORT(50, 3),
CHANGEBODY(51, 3),
TWOHANDCROSSBOW(52, 1),
NONE(53, 0);
ZONE(53, 3),
PSYCHIC(54, 3),
NONE(55, 0);
private final int _id;
private final int _type; // 1 = weapon, 2 = weakness, 3 = resistance