
RENEWAL / ITEMS
Lykantropos [1]
#450379Armor
Lycanthrope
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level200
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- Hunter
- Yes
- Classes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus2 bSubRace,RC_Player_Doram,7;
bonus2 bSubRace,RC_Player_Human,7;
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",BaseLevel/10;
bonus2 bSkillAtk,"WH_GALESTORM",BaseLevel/10;
bonus2 bAddSize,Size_All,7*.@r;
if (.@r>=7) {
bonus bAspdRate,10;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
if (.@r>=9) {
bonus bUnbreakableArmor;
bonus2 bSkillCooldown,"RA_ARROWSTORM",-200;
}
}