
RENEWAL / ITEMS
Ravage Magic Manteau [1]
#480067Armor
MD_Geffen_Hood3
TypeArmor
Equipment positionGarment
GenderBoth
Weight65
Buy price0 z
Sell price0 z
DEF70
Slots1
Required level230
Armor level2
Description
An improved Manteau exclusively for anti-magic. It not only has excellent magic defense ability,
but also greatly improves the wearer's physical abilities.
------------------------
MaxHP + 1200.
------------------------
MaxHP + 1% per refine rate.
------------------------
Increases ASPD by 2% per 3 refine rate.
------------------------
If refine rate is 9 or higher, increases long ranged physical damage by 5%.
------------------------
If refine rate is 11 or higher, increases long ranged physical damage by additional 7%.
------------------------
Set Bonus
Ravage Magic Manteau
Anti Conjurer Suit
ATK + 50,
If refine rate of Anti Conjurer Suit is 11 or higher, increases long ranged physical damage by 5%, increases ASPD by 10%.
------------------------
Set Bonus
Ravage Magic Manteau
Magic Protector Robe
ATK + 50,
If refine rate of Magic Protector Robe is 11 or higher, increases long ranged physical damage by 5%, reduces variable casting time by 10%.
------------------------
Type : Garment
Def : 70
Weight : 65
Armor Level : 2
Required Level : 230
Job : 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,1200;
bonus bMaxHPrate,(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=9) {
bonus bLongAtkRate,5;
if (.@r>=11) {
bonus bLongAtkRate,7;
}
}