ID #470166
Armor
Temporal Boots Dex [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 20
Weight: 500
Slots: 1
Armor level: 1
Required level: 70
Defense: 20
Weight: 500
Slots: 1
Armor level: 1
Required level: 70
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
500
Defense
20
Requirements
Armor Level
1
Min Level
70
Scripts
Script .@r = getrefine(); bonus bDex,3+(3*(.@r/3)); bonus bMdef,5; bonus bMaxHP,200+(50*(.@r/3)); bonus bMaxSP,20+(5*(.@r/3)); if (readparam(bDex) >= 99) { bonus bFixedCast,-200; bonus bLongAtkRate,3; }
.@r = getrefine();
bonus bDex,3+(3*(.@r/3));
bonus bMdef,5;
bonus bMaxHP,200+(50*(.@r/3));
bonus bMaxSP,20+(5*(.@r/3));
if (readparam(bDex) >= 99) {
bonus bFixedCast,-200;
bonus bLongAtkRate,3;
}