
RENEWAL / ITEMS
Anti Magic Manteau [1]
#20944Armor
Anti_Magic_Manteau
TypeArmor
Equipment positionGarment
GenderBoth
Weight75
Buy price20 z
Sell price10 z
DEF23
Slots1
Required level99
Armor level1
Description
It appears to have been one of the prize of the Geffen Magic Tournament, but somehow it was hidden in Kachua's secret box.
It seems to be matched with the equipment provided by the Geffen Magic Tournament in the past.
MHP + 300.
MaxHP + 100 per 2 refine rate.
MaxHP + 2% per 3 refine rate.
If refine rate is 7 or higher, ATK + 7%.
If refine rate is 9 or higher, reduces variable casting time by 10%.
When equipped with Anti Magic Suit,
ATK + 30.
If refine rate of Anti Magic Suit is 11 or higher,
additional ATK + 40, reduces delay after skill by 10%.
When equipped with Physical Enhancer Ring,
reduces delay after skill by 5%.
Class: Garment
Defense: 23
Weight: 75
Requires Level: 99
Usable By: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}