Sniping Shoes

Item ID 470007 Name Sniping Shoes
None
Weapon Level 0 Identifier Sniping_Shoes_J_
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 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableShoes;
bonus bMdef,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
skill "PR_GLORIA",1;
bonus bDelayrate,-8*getskilllv("RA_UNLIMIT");
bonus2 bAddSize,Size_All,5*getskilllv("RA_WUGRIDER");
if (getskilllv("RA_AIMEDBOLT") == 10) {
   bonus bCritAtkRate,25;
   bonus bNoSizeFix;
}
if (getskilllv("RA_ELECTRICSHOCKER") == 5) {
   bonus bAllStats,10;
   bonus2 bSkillUseSP,"RA_CAMOUFLAGE",20;
}
if (.@r>=5) {
   bonus bMaxHPrate,7;
   bonus bMaxSPrate,7;
   bonus bLongAtkRate,5;
}
if (.@r>=7) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bLongAtkRate,5;
}