ID #480511
Armor
Royal Hunting Manteau B-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:
Decreases Variable Casting Time by 5%.
_______________________
When enchanted with Royal Hunting Boots Type B:
Increases Magical Damage with every element by 10%.
Decreases After Skill Delay by 10%.
_______________________
Type: Garment
Defense: 40
Weight: 65
Armor Level: 1
_______________________
Requirement:
Base Level 115
_______________________
MaxHP +1000
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Decreases Variable Casting Time by 5%.
_______________________
When enchanted with Royal Hunting Boots Type B:
Increases Magical Damage with every element by 10%.
Decreases After Skill Delay by 10%.
_______________________
Type: Garment
Defense: 40
Weight: 65
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
650
Defense
40
Requirements
Armor Level
1
Min Level
115
Scripts
Script .@r = getrefine(); bonus bMaxHP,1000+100*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-5; }
.@r = getrefine();
bonus bMaxHP,1000+100*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-5;
}