Lycanthrope Armor

Item ID 450416 Name Lycanthrope Armor
None
Weapon Level 0 Identifier Lycanthrope_US
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 60 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;
            }
       }
   }
}

Set Script
Atroce Card
Lycanthrope Armor
bonus bShortAtkRate,30;
bonus bLongAtkRate,30;
autobonus "{ bonus bPow,40; bonus bCon,40; }",50,15000,BF_WEAPON;
Wolf Card
Lycanthrope Armor
bonus bAllStats,10;
bonus bBaseAtk,50;