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

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

View File

@@ -27,11 +27,14 @@
<mpConsume>1</mpConsume>
<abnormalType>STEALTH</abnormalType>
<abnormalVisualEffect>STEALTH</abnormalVisualEffect>
<rideState>NONE</rideState>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="SilentMove">
<chance>100</chance>
<effect name="ChameleonRest">
<power>2</power>
<ticks>5</ticks>
</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