Exotic Temporal Ring

Item ID 490097 Name Exotic Temporal Ring
None
Weapon Level 0 Identifier TimeOverloadRing_TW
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction Can't be dropped, Can't be sold to NPC
Item Script
bonus bAllStats,2;
bonus bMdef,5;

Set Script
Exotic Temporal Ring
Exotic Temporal Boots
bonus bMdef,5;
if (readparam(bStr) >= 120) {
   bonus bAtkRate,8;
   bonus2 bAddSize,Size_All,8;
}
if (readparam(bAgi) >= 120) {
   bonus bAspdRate,4;
   bonus bCritAtkRate,15;
}
if (readparam(bVit) >= 120) {
   bonus bMaxHPrate,8;
   bonus bDelayrate,-8;
}
if (readparam(bInt) >= 120) {
   bonus bMatkRate,8;
   bonus2 bMagicAtkEle,Ele_All,8;
}
if (readparam(bDex) >= 120) {
   bonus bLongAtkRate,5;
   bonus bAtkRate,8;
}
if (readparam(bLuk) >= 120) {
   bonus bCritAtkRate,10;
   bonus bAspd,1;
}
Exotic Temporal Ring
Exotic Temporal Manteau
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus bMdef,5;
if (.@r >= 9) {
   bonus2 bIgnoreDefRaceRate,RC_All,5;
   bonus2 bIgnoreMdefRaceRate,RC_All,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,-5;
   bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-5;
   if (.@r >= 12) {
      bonus2 bIgnoreDefRaceRate,RC_All,10;
      bonus2 bIgnoreMdefRaceRate,RC_All,10;
      bonus2 bIgnoreDefRaceRate,RC_Player_Human,-10;
      bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-10;
   }
}