ID #480510
Armor
Royal Hunting Manteau A-type [1]
Buy Price: N/A
Sell Price: N/A
An manteau crafted for efficient hunting by hunters participating in hunting competitions.
_______________________
MaxHP +1000
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
When enchanted with Royal Hunting Boots Type A:
Increases Physical Damage by 10%.
Decreases Variable Casting Time by 10%.
_______________________
Type: Garment
Defense: 70
Weight: 90
Armor Level: 1
_______________________
Requirement:
Base Level 115
_______________________
MaxHP +1000
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
When enchanted with Royal Hunting Boots Type A:
Increases Physical Damage by 10%.
Decreases Variable Casting Time by 10%.
_______________________
Type: Garment
Defense: 70
Weight: 90
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
900
Defense
70
Requirements
Armor Level
1
Min Level
115
Scripts
Script .@r = getrefine(); bonus bMaxHP,1000+100*(.@r/2); if (.@r>=7) { bonus bAspdRate,5; }
.@r = getrefine();
bonus bMaxHP,1000+100*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,5;
}