ID #22117
Armor
Modified Dex Boots [1]
Buy Price: N/A
Sell Price: N/A
A magical boots that was made a long time ago, no sign of wear nor tear on it.
_______________________
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
Rebel, Kagerou, Oboro, Star Emperor and Soul Reaper
_______________________
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
Rebel, Kagerou, Oboro, Star Emperor and Soul Reaper
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
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;
}