
RENEWAL / ITEMS
Battle Aura Manteau [1]
#480149Armor
Battle_Aura_Manteau_TW
TypeArmor
Equipment positionGarment
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF20
Slots1
Required level100
Armor level1
Description
Immune to Knockback.
Able to use level 5 Call Spirit
------------------------
For every 2 refine level, ATK + 10.
For every 3 refine level, melee/ranged physical damage +4%.
When refined to 7 or higher, Perfect HIT +8.
When refined to 9 or higher, increases physical damage against targets
of all attributes by 10%.
When refined to 11 or higher, Perfect HIT +15.
------------------------
Set Bonus
Battle Aura Manteau
Old Blazing Soul
For every refine level of Old Blazing Soul,
increases Earthshaker and Rampage Blast damage by 2%.
For every 2 refine level of Old Blazing Soul,
reduces skill cooldown of Earthshaker and Rampage Blast damage by 0.1 second.
------------------------
Set Bonus
Battle Aura Manteau
Ifrit Card
Increases physical damage against Human and Human Player by 30%.
Increases physical damage against Angel and Demon by 40%.
Resistance to Fire property +50%
Resistance to Water property -30%
Able to use level 5 Fury
When using Fury, ATK +150 for 10 sec.
Increases Fury skill cooldown by 20 sec.
------------------------
Class : Garment
Defense : 20
Weight : 10
Required Level : 100
Jobs : 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 bNoKnockback;
skill "MO_CALLSPIRITS",5;
bonus bBaseAtk,10*(.@r/2);
bonus bShortAtkRate,4*(.@r/3);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=7)
bonus bPerfectHitAddRate,8;
if (.@r>=9)
bonus2 bAddEle,Ele_All,10;
if (.@r>=11)
bonus bPerfectHitAddRate,15;