ID #22171
Armor
Ancient Hero Boots [1]
Buy Price: N/A
Sell Price: N/A
A pair of boots said to have been worn by ancient heroes.
It resonates with the Ancient Hero's Armor.
_______________________
MaxHP +500
MaxSP +50
_______________________
For 3each Refine Levels:
MaxHP +2%
MaxSP +1%
_______________________
Refine Level +9:
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
Refine Level +12:
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
Refine Level +14:
Decreases After Skill Delay by 5%.
_______________________
Type: Shoes
Defense: 15
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 100
It resonates with the Ancient Hero's Armor.
_______________________
MaxHP +500
MaxSP +50
_______________________
For 3each Refine Levels:
MaxHP +2%
MaxSP +1%
_______________________
Refine Level +9:
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
Refine Level +12:
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
Refine Level +14:
Decreases After Skill Delay by 5%.
_______________________
Type: Shoes
Defense: 15
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 100
Available from boxes
Equipment Reform
Available through the reform system Hero_Equipment_Cube
Available through the reform system Hero_Up_Cube_11
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
15
Acquisition method
Equipment reform
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMaxHP,500; bonus bMaxSP,50; bonus bMaxHPrate,2*(.@r/3); bonus bMaxSPrate,.@r/3; if (.@r >= 9) { .@val = -300; if (.@r >= 12) { .@val -= 200; if (.@r >= 14) { bonus bDelayrate,-5; } } bonus bFixedCast,.@val; }
.@r = getrefine();
bonus bMaxHP,500;
bonus bMaxSP,50;
bonus bMaxHPrate,2*(.@r/3);
bonus bMaxSPrate,.@r/3;
if (.@r >= 9) {
.@val = -300;
if (.@r >= 12) {
.@val -= 200;
if (.@r >= 14) {
bonus bDelayrate,-5;
}
}
bonus bFixedCast,.@val;
}