ID #450416
Armor
Lycanthrope Armor [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 60
Weight: 300
Slots: 1
Armor level: 2
Required level: 100
Defense: 60
Weight: 300
Slots: 1
Armor level: 2
Required level: 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
300
Defense
60
Requirements
Armor Level
2
Min Level
100
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus2 bSubClass,Class_Boss,7; bonus2 bSubClass,Class_Normal,7; bonus2 bSkillAtk,"SC_TRIANGLESHOT",10*(min(BaseLevel,250)/10); bonus2 bSkillAtk,"ABC_FRENZY_SHOT",10*(min(BaseLevel,250)/10); bonus bMaxHPrate,3*(.@r/2); bonus bMaxHPrate,3*(.@r/2); if (.@r>=11) { bonus bShortAtkRate,20; bonus bLongAtkRate,20; if (.@r>=13) { bonus bBaseAtk,50; bonus bShortAtkRate,30; bonus bLongAtkRate,30; } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; if (.@g>=ENCHANTGRADE_C) { bonus bShortAtkRate,20; bonus bLongAtkRate,20; if (.@g>=ENCHANTGRADE_B) { bonus bDelayrate,-15; if (.@g>=ENCHANTGRADE_A) { bonus bPow,15; bonus bCon,15; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus2 bSubClass,Class_Boss,7;
bonus2 bSubClass,Class_Normal,7;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",10*(min(BaseLevel,250)/10);
bonus2 bSkillAtk,"ABC_FRENZY_SHOT",10*(min(BaseLevel,250)/10);
bonus bMaxHPrate,3*(.@r/2);
bonus bMaxHPrate,3*(.@r/2);
if (.@r>=11) {
bonus bShortAtkRate,20;
bonus bLongAtkRate,20;
if (.@r>=13) {
bonus bBaseAtk,50;
bonus bShortAtkRate,30;
bonus bLongAtkRate,30;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,20;
bonus bLongAtkRate,20;
if (.@g>=ENCHANTGRADE_B) {
bonus bDelayrate,-15;
if (.@g>=ENCHANTGRADE_A) {
bonus bPow,15;
bonus bCon,15;
}
}
}
}