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