ID #22131
Armor
Spurred Boots [1]
Buy Price: N/A
Sell Price: N/A
Boots worn by shepherds.
_______________________
MaxSP +5%
_______________________
Refine Level +7:
MaxSP +5%
_______________________
Refine Level +9:
MaxSP +5%
Increases movement speed.
_______________________
Type: Shoes
Defense: 0
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
MaxSP +5%
_______________________
Refine Level +7:
MaxSP +5%
_______________________
Refine Level +9:
MaxSP +5%
Increases movement speed.
_______________________
Type: Shoes
Defense: 0
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base 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
500
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); .@bonus = 5; if (.@r >=7) { .@bonus += 5; } if (.@r >=9) { .@bonus += 5; } bonus bMaxSPrate,.@bonus; bonus bSpeedRate,25;
.@r = getrefine();
.@bonus = 5;
if (.@r >=7) {
.@bonus += 5;
}
if (.@r >=9) {
.@bonus += 5;
}
bonus bMaxSPrate,.@bonus;
bonus bSpeedRate,25;