ID #450178
Armor
Gray Wolf Robe [1]
Buy Price: N/A
Sell Price: N/A
A robe given to those who have been recognized by the Gray Wolf Clan.
_______________________
MATK +130
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
When equipped with Gray Wolf Manteau:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Gray Wolf Scarf:
MATK +50
_______________________
Type: Armor
Defense: 160
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 190
_______________________
MATK +130
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
When equipped with Gray Wolf Manteau:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Gray Wolf Scarf:
MATK +50
_______________________
Type: Armor
Defense: 160
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 190
Equipment Reform
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
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
160
Acquisition method
Equipment reform
Requirements
Armor Level
1
Min Level
190
Scripts
Script .@r = getrefine(); bonus bMatk,130+(15*(.@r/2)); if (.@r>=7) { bonus bVariableCastrate,-15; }
.@r = getrefine();
bonus bMatk,130+(15*(.@r/2));
if (.@r>=7) {
bonus bVariableCastrate,-15;
}