ID #20944
Armor
Anti Magic Manteau [1]
Buy Price: N/A
Sell Price: N/A
It seems to have been one of the products of the Geffen Magical Tournament, but it seems to be hidden in Kachua's secret box for some reason.
It seems to be matched with the equipment and sets that were given in the past GefFen Magic Competition.
_______________________
MaxHP +300
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
For each 3 Refine Levels:
MaxHP +2%
_______________________
Refine Level +7:
ATK +7%
_______________________
Refine Level +9:
MaxHP +10%
_______________________
When equipped with Anti-Magic Suit:
ATK +30
Refine Level of Anti-Magic Suit is +11 or higher:
ATK +40
Decreases After Skill Delay by 10%.
_______________________
When equipped with Physical Enhancer Ring:
Decreases After Skill Delay by additional 5%.
_______________________
Type: Garment
Defense: 23
Weight: 75
Armor Level: 1
_______________________
Requirement:
Base Level 99
It seems to be matched with the equipment and sets that were given in the past GefFen Magic Competition.
_______________________
MaxHP +300
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
For each 3 Refine Levels:
MaxHP +2%
_______________________
Refine Level +7:
ATK +7%
_______________________
Refine Level +9:
MaxHP +10%
_______________________
When equipped with Anti-Magic Suit:
ATK +30
Refine Level of Anti-Magic Suit is +11 or higher:
ATK +40
Decreases After Skill Delay by 10%.
_______________________
When equipped with Physical Enhancer Ring:
Decreases After Skill Delay by additional 5%.
_______________________
Type: Garment
Defense: 23
Weight: 75
Armor Level: 1
_______________________
Requirement:
Base Level 99
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
23
Requirements
Armor Level
1
Min Level
99
Scripts
Script .@r = getrefine(); bonus bMaxHP,(300+(100*(.@r/2))); bonus bMaxHPrate,(2*(.@r/3)); if (.@r >= 7) { bonus bAtkRate,7; } if (.@r >= 9) { bonus bMaxHPrate,10; }
.@r = getrefine();
bonus bMaxHP,(300+(100*(.@r/2)));
bonus bMaxHPrate,(2*(.@r/3));
if (.@r >= 7) {
bonus bAtkRate,7;
}
if (.@r >= 9) {
bonus bMaxHPrate,10;
}