Basic Info

Name 22004 Temporal DEX Boots
Item ID 22004 - Temporal_Dex_Boots
Type Armor
22004
These boots are obviously old but they show no signs of wear and tear.
MaxHP +300, MaxSP +30.
For every 3 refine level, MaxHP +100, MaxSP +10, DEX +3.
If base DEX is 120 or higher, fixed casting decreased 0.5sec, long distance attack power +5%.
Class: Footgear
Defense: 25
Weight: 60
Level Requirement: 99
Jobs: 3rd Classes

Details

Weight 60
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Footgear

Stats

Range 0
Defense 25
Attack 0
Magical Attack 0
Weapon Level 0
Slots 0

Restrictions

Level Range 99 +
Usage None
Trade None
Job Class Types None
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus bMaxHP,300+((getrefine()/3)*100); bonus bMaxSP,30+((getrefine()/3)*10); bonus bDex,(getrefine()/3)*3; if(readparam(bDex)>=120) { bonus bFixedCast,-500; bonus bLongAtkRate,5; }
Equip Script
None
Unequip Script
None