ID #470181
Armor
[Not For Sale] Ancient Hero Boots [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 15
Weight: 600
Slots: 1
Armor level: 1
Required level: 100
Defense: 15
Weight: 600
Slots: 1
Armor level: 1
Required level: 100
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
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;
}