ID #480065
Armor
Magic Barrier Manteau [1]
Buy Price: N/A
Sell Price: N/A
An improved manteau that was one of the prizes of the Geffen Magic Tournament.
Although it is not an officially approved improvement, there is a phrase that says that the safety is excellent.
_______________________
MaxHP +1500
_______________________
For each 2 Refine Levels:
MaxHP +1%
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +9:
Increases Melee Physical Damage by 5%.
_______________________
Refine Level +11:
Increases Melee Physical Damage by additional 7%.
_______________________
When equipped with Anti-Conjurer Suit:
ATK +50
Refine Level of Anti-Conjurer Suit is +11 or higher:
Increases Melee Physical Damage by 5%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Magic Protector Robe:
ATK +50
Refine Level of Magic Protector Robe is +11 or higher:
Increases Melee Physical Damage by 5%.
Decreases Variable Casting Time by 10%.
_______________________
Type: Garment
Defense: 75
Weight: 70
Armor Level: 2
_______________________
Requirement:
Base Level 230
Although it is not an officially approved improvement, there is a phrase that says that the safety is excellent.
_______________________
MaxHP +1500
_______________________
For each 2 Refine Levels:
MaxHP +1%
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +9:
Increases Melee Physical Damage by 5%.
_______________________
Refine Level +11:
Increases Melee Physical Damage by additional 7%.
_______________________
When equipped with Anti-Conjurer Suit:
ATK +50
Refine Level of Anti-Conjurer Suit is +11 or higher:
Increases Melee Physical Damage by 5%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Magic Protector Robe:
ATK +50
Refine Level of Magic Protector Robe is +11 or higher:
Increases Melee Physical Damage by 5%.
Decreases Variable Casting Time by 10%.
_______________________
Type: Garment
Defense: 75
Weight: 70
Armor Level: 2
_______________________
Requirement:
Base Level 230
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
700
Defense
75
Requirements
Armor Level
2
Min Level
230
Scripts
Script .@r = getrefine(); bonus bMaxHP,1500; bonus bMaxHPrate,(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=9) { bonus bShortAtkRate,5; if (.@r>=11) { bonus bShortAtkRate,7; } }
.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxHPrate,(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=9) {
bonus bShortAtkRate,5;
if (.@r>=11) {
bonus bShortAtkRate,7;
}
}