ID #470002
Armor
Defender Booster Shoes [1]
Buy Price: N/A
Sell Price: N/A
Special shoes prepared for your rapid growth.
It is specialized in some elemental magic attacks.
_______________________
Cannot be refined normally.
_______________________
MATK +20
FLEE +20
_______________________
For each 3 Refine Levels:
MaxHP +400
_______________________
Refine Level +7:
MaxHP +1800
_______________________
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 in some elemental magic attacks.
_______________________
Cannot be refined normally.
_______________________
MATK +20
FLEE +20
_______________________
For each 3 Refine Levels:
MaxHP +400
_______________________
Refine Level +7:
MaxHP +1800
_______________________
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 bMatk,20; bonus bFlee,20; .@r = getrefine(); if (.@r>=3) { bonus bMaxHP,.@r/3*400; } if (.@r>=7) { bonus bMaxHP,1800; } if (.@r>=9) { bonus bFixedCast,-500; }
bonus bMatk,20;
bonus bFlee,20;
.@r = getrefine();
if (.@r>=3) {
bonus bMaxHP,.@r/3*400;
}
if (.@r>=7) {
bonus bMaxHP,1800;
}
if (.@r>=9) {
bonus bFixedCast,-500;
}