ID #450421
Armor
Royal Hunting Mail A-type [1]
Buy Price: N/A
Sell Price: N/A
An armor crafted for efficient hunting by hunters participating in hunting competitions.
_______________________
ATK +100.
_______________________
For each 2 Refine Levels:
ATK +10.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Royal Hunting Manteau Type A:
ATK +50.
Decreases After Skill Delay by 10%.
_______________________
Type: Armor
Defense: 125
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 115
_______________________
ATK +100.
_______________________
For each 2 Refine Levels:
ATK +10.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Royal Hunting Manteau Type A:
ATK +50.
Decreases After Skill Delay by 10%.
_______________________
Type: Armor
Defense: 125
Weight: 100
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
1000
Defense
125
Requirements
Armor Level
1
Min Level
115
Scripts
Script .@r = getrefine(); bonus bBaseAtk,100+10*(.@r/2); if (.@r>=7) { bonus bAspdRate,10; }
.@r = getrefine();
bonus bBaseAtk,100+10*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,10;
}