Beast Territory Boots

Item ID 470187 Name Beast Territory Boots
None
Weapon Level 0 Identifier Beast_Area_Shoes
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 200
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus2 bAddRace,RC_Angel,4*(.@r/3);
bonus2 bAddRace,RC_Demon,4*(.@r/3);
bonus2 bAddRace,RC_Dragon,4*(.@r/3);
if (.@r>=7) {
   bonus bAtkRate,10;
   if (.@r>=9) {
       bonus bFixedCast,-500;
       if (.@r>=11) {
           bonus bLongAtkRate,10;
           bonus bShortAtkRate,10;
           if (.@r>=12) {
               bonus2 bAddEle,Ele_All,10;
               if (.@r>=13) {
                   autobonus "{ bonus bPow,10; bonus bAtkRate,10; }",30,10000,BF_WEAPON;
               }
           }
       }
   }
}

Set Script
Beast Territory Boots
Battle Aura Manteau
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus2 bAddClass,Class_Boss,12;
bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-3000;
bonus2 bSkillAtk,"SR_HOWLINGOFLION",20*(.@r/2);
if (.@r>=12)
   bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-5000;
Eddga Card
Beast Territory Boots
bonus bBaseAtk,50;
bonus2 bAddClass,Class_Boss,30;
bonus2 bSkillCooldown,"SR_TIGERCANNON",-500;
autobonus "{ bonus bStr,30; bonus bAtkRate,20; }",30,10000,BF_WEAPON;