ID #22004
Armor
Temporal Dex Boots
Buy Price: N/A
Sell Price: N/A
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
_______________________
Requirement:
Base Level 99
3rd Classes
_______________________
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
_______________________
Requirement:
Base Level 99
3rd Classes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
600
Defense
25
Job Requirements
Alchemist
Yes
Assassin
Yes
Bard/Dancer
Yes
Blacksmith
Yes
Crusader
Yes
Hunter
Yes
Knight
Yes
Monk
Yes
Priest
Yes
Rogue
Yes
Sage
Yes
Wizard
Yes
Requirements
Armor Level
1
Min Level
99
Scripts
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; }
.@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;
}