ID #470313
Armor
Royal Hunting Boots A-type [1]
Buy Price: N/A
Sell Price: N/A
A pair of boots crafted for efficient hunting by hunters participating in hunting competitions.
_______________________
MaxSP +200
_______________________
For each 2 Refine Levels:
MaxSP +20
_______________________
Refine Level +7:
Increases Physical Damage by 5%.
_______________________
When enchanted with Royal Hunting Armor Type A:
ATK +5%, MaxHP +5%.
_______________________
Type: Shoes
Defense: 45
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 115
_______________________
MaxSP +200
_______________________
For each 2 Refine Levels:
MaxSP +20
_______________________
Refine Level +7:
Increases Physical Damage by 5%.
_______________________
When enchanted with Royal Hunting Armor Type A:
ATK +5%, MaxHP +5%.
_______________________
Type: Shoes
Defense: 45
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 115
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
45
Requirements
Armor Level
1
Min Level
115
Scripts
Script .@r = getrefine(); bonus bMaxSP,200+20*(.@r/2); if (.@r>=7) { bonus bShortAtkRate,5; bonus bLongAtkRate,5; }
.@r = getrefine();
bonus bMaxSP,200+20*(.@r/2);
if (.@r>=7) {
bonus bShortAtkRate,5;
bonus bLongAtkRate,5;
}