Ancient Ranger Shoes

Item ID 470329 Name Ancient Ranger Shoes
None
Weapon Level 0 Identifier Ranger_Shoes_US
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 50 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 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();
bonus bMdef,10;
bonus bCon,3*(.@r/2);
bonus bMaxHPrate,3*(.@r/3);
bonus bDelayrate,-2*(.@r/3);
if (.@r>=10) {
   bonus bAtkRate,15;
   if (.@r>=11) {
       bonus bAllStats,7;
       bonus bSpeedRate,25;
       if (.@r>=12) {
            bonus2 bAddEle,Ele_All,20;
            if (.@r>=13) {
                bonus bLongAtkRate,30;
                if (.@r>=14) {
                    bonus2 bVariableCastrate,"RA_AIMEDBOLT",-100;
                    bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000;
                    bonus2 bSkillAtk,"RA_AIMEDBOLT",100;
                    bonus2 bSkillAtk,"RA_ARROWSTORM",100;
                }
            }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bFixedCast,-700;
   if (.@g>=ENCHANTGRADE_C) {
       bonus2 bAddSize,Size_All,20;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bAllTraitStats,10;
            if (.@g>=ENCHANTGRADE_A) {
                bonus2 bSkillAtk,"RA_AIMEDBOLT",100;
                bonus2 bSkillAtk,"RA_ARROWSTORM",100;
            }
       }
   }
}

Set Script
Goblin Archer Card
Ancient Ranger Shoes
bonus bBaseAtk,75;
bonus2 bSkillAtk,"RA_AIMEDBOLT",40;
bonus bLongAtkRate,20;
Kobold Archer Card
Ancient Ranger Shoes
bonus bBaseAtk,75;
bonus2 bSkillAtk,"RA_ARROWSTORM",40;
bonus bLongAtkRate,20;
Angry Moonlight Flower Card
Ancient Ranger Shoes
bonus bBaseAtk,100;
bonus bCon,20;
bonus2 bSubSize,Size_Medium,15;
bonus2 bSubSize,Size_Large,15;
bonus bLongAtkRate,6*(getequiprefinerycnt(EQI_SHOES)/2);
if (BaseClass == Job_Archer)
   bonus bBaseAtk,200;