ID #470003
Armor
Ranger Booster Boots [1]
Buy Price: N/A
Sell Price: N/A
Special boots prepared for your rapid growth.
It is specialized for ranged physical attacks.
_______________________
Cannot be refined normally.
_______________________
ATK +20
HIT +15
_______________________
For each 3 Refine Levels:
MaxSP +50
_______________________
Refine Level +7:
MaxSP +300
_______________________
Refine Level +9:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
Type: Shoes
Defense: 18
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
It is specialized for ranged physical attacks.
_______________________
Cannot be refined normally.
_______________________
ATK +20
HIT +15
_______________________
For each 3 Refine Levels:
MaxSP +50
_______________________
Refine Level +7:
MaxSP +300
_______________________
Refine Level +9:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
Type: Shoes
Defense: 18
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Defense
18
Requirements
Armor Level
1
Min Level
100
Scripts
Script bonus bBaseAtk,20; bonus bHit,15; .@r = getrefine(); if (.@r>=3) { bonus bMaxSP,.@r/3*50; } if (.@r>=7) { bonus bMaxSP,300; } if (.@r>=9) { bonus bFixedCast,-500; }
bonus bBaseAtk,20;
bonus bHit,15;
.@r = getrefine();
if (.@r>=3) {
bonus bMaxSP,.@r/3*50;
}
if (.@r>=7) {
bonus bMaxSP,300;
}
if (.@r>=9) {
bonus bFixedCast,-500;
}