2017 RTC Ring

Item ID 28516 Name 2017 RTC Ring
None
Weapon Level 0 Identifier 2017RTCRING
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bMaxHP,300;
bonus bMaxSP,100;

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 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;