2017 RTC Boots

Item ID 22139 Name 2017 RTC Boots
None
Weapon Level 0 Identifier 2017RTCShoes
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 15 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 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 bMdef,5;
bonus bFlee,10;
if (.@r>=7)
   bonus bFlee,10;
if (.@r>=9) {
   bonus bFlee,15;
   bonus bFlee2,1;
}

Set Script
2017 RTC Boots
2017 RTC Ring
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bMaxHPrate,2*(.@r/4);
bonus bMaxSPrate,.@r/4;
2017 RTC Battle Robe
2017 RTC Boots
2017 RTC Ring
bonus bAllStats,(getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_SHOES));
bonus bIgnoreDefRace,RC_All;
bonus2 bIgnoreMdefRaceRate,RC_All,100;