ID #470000
Armor
Attacker Booster Greaves [1]
Buy Price: N/A
Sell Price: N/A
Special boots prepared for your rapid growth.
It is specialized for melee physical attacks.
_______________________
Cannot be refined normally.
_______________________
ATK +20
FLEE +20
_______________________
For each 3 Refine Levels:
MaxHP +1%
_______________________
Refine Level +7:
MaxHP +5%
_______________________
Refine Level +9:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
Type: Shoes
Defense: 20
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
It is specialized for melee physical attacks.
_______________________
Cannot be refined normally.
_______________________
ATK +20
FLEE +20
_______________________
For each 3 Refine Levels:
MaxHP +1%
_______________________
Refine Level +7:
MaxHP +5%
_______________________
Refine Level +9:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
Type: Shoes
Defense: 20
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
20
Requirements
Armor Level
1
Min Level
100
Scripts
Script bonus bBaseAtk,20; bonus bFlee,20; .@r = getrefine(); if (.@r>=3) { bonus bMaxHPrate,.@r/3; } if (.@r>=7) { bonus bMaxHPrate,5; } if (.@r>=9) { bonus bFixedCast,-500; }
bonus bBaseAtk,20;
bonus bFlee,20;
.@r = getrefine();
if (.@r>=3) {
bonus bMaxHPrate,.@r/3;
}
if (.@r>=7) {
bonus bMaxHPrate,5;
}
if (.@r>=9) {
bonus bFixedCast,-500;
}