ID #22018
Armor
Sage's Shoes [1]
Buy Price: N/A
Sell Price: N/A
A magic shoes created by wise man.
_______________________
For each Refine Level equal or above +6:
INT +1, MaxHP -1%
_______________________
Type: Shoes
Defense: 15
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 50
_______________________
For each Refine Level equal or above +6:
INT +1, MaxHP -1%
_______________________
Type: Shoes
Defense: 15
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 50
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
Weight
300
Defense
15
Requirements
Armor Level
1
Min Level
50
Scripts
Script .@r = getrefine(); if (.@r>5) { bonus bInt,.@r-5; bonus bMaxHPrate,-(.@r-5); }
.@r = getrefine();
if (.@r>5) {
bonus bInt,.@r-5;
bonus bMaxHPrate,-(.@r-5);
}