2017 RTC Battle Robe

Item ID 15207 Name 2017 RTC Battle Robe
None
Weapon Level 0 Identifier 2017RTCRobe
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 40 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 70 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 bDelayrate,-6;
bonus bHealPower,15;
bonus bAddItemHealRate,15;
if (.@r>=7) {
   bonus bBaseAtk,15;
   bonus bMatk,15;
   if (.@r>=9) {
      bonus bBaseAtk,20;
      bonus bMatk,20;
   }
}

Set Script
2017 RTC Battle Robe
2017 RTC Ring
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bHPrecovRate,12*(.@r/3);
bonus bSPrecovRate,8*(.@r/3);
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;