Ertheia skill enchants.
Contributed by Liamxroy.
This commit is contained in:
@@ -1428,6 +1428,8 @@
|
||||
<PARALYZE>100</PARALYZE>
|
||||
<CHANGEBODY>100</CHANGEBODY>
|
||||
<KNOCKDOWN>100</KNOCKDOWN>
|
||||
<ZONE>100</ZONE>
|
||||
<PSYCHIC>100</PSYCHIC>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user