Temporal Dex Boots

Item ID 22008 Name Temporal Dex Boots
These boots are obviously old but they show no signs of wear and tear.
_______________________
MaxHP +300
MaxSP +30
_______________________
For each 3 Refine Levels:
MaxHP +100
MaxSP +10
DEX +3
_______________________
Base DEX at least 120:
Decreases Fixed Casting Time by 0.5 seconds.
Increases Ranged Physical Damage by 5%.
_______________________
Type: Shoes
Defense: 25
Weight: 60
Armor Level: 1
Can be enchanted by:
[Hugin's Magician]glast_01,212,273,0,100,0,0
_______________________
Requirement:
Base Level 99
3rd Classes
Weapon Level 0 Identifier Temporal_Dex_Boots_
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 25 Equippable Jobs Knight, Priest, Wizard, Blacksmith, Hunter, Assassin, Crusader, Monk, Sage, Rogue, Alchemist, Bard / Dancer
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 60 Min Equip Level 99
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,300+(100*(.@r/3));
bonus bMaxSP,30+(10*(.@r/3));
bonus bDex,3*(.@r/3);
if (readparam(bDex)>=120) {
   bonus bLongAtkRate,5;
   bonus bFixedCast,-500;
}

Set Script
Excellent Dexterous Armor
Temporal Dex Boots
bonus bLongAtkRate,5;
.@r = getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_SHOES);
if (.@r >= 21) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,20;
   bonus2 bIgnoreDefRaceRate,RC_Demon,20;
}
Gigant Snake Skin
Temporal Dex Boots
bonus bMaxHPrate,15;
bonus bMaxSPrate,5;
Gigant Snake Skin
Temporal Dex Boots
bonus bMaxHPrate,15;
bonus bMaxSPrate,5;
Temporal Manteau
Temporal Dex Boots
bonus bMaxHPrate,15;
bonus bMdef,10;
bonus bLongAtkRate,5;
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player_Human,5;
Temporal Dex Manteau
Temporal Dex Boots
bonus bLongAtkRate,7;
if (getequiprefinerycnt(EQI_SHOES) >= 10) {
   bonus2 bIgnoreDefRaceRate,RC_Demon,30;
   bonus2 bIgnoreDefRaceRate,RC_Brute,30;
   bonus2 bIgnoreMdefRaceRate,RC_Demon,30;
   bonus2 bIgnoreMdefRaceRate,RC_Brute,30;
}
1st Anniversary Ring
Temporal Dex Boots
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r>=9) {
   if (readparam(bDex) >= 120) {
      bonus bAtkRate,8;
      bonus bLongAtkRate,5;
   }
}
[Not For Sale] Excellent Dexterous Armor
Temporal Dex Boots
.@r = getequiprefinerycnt(EQI_ARMOR);
.@shoes = getequiprefinerycnt(EQI_SHOES);
bonus bLongAtkRate,5;
if ((.@r + .@shoes) >= 21) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,20;
   bonus2 bIgnoreDefRaceRate,RC_Demon,20;
}