Battle Aura Manteau

Item ID 480149 Name Battle Aura Manteau
Prevents knock-back effect.
Enables the use of Level 5 Call Spirit.
_______________________
For each 3 Refine Levels:
Increases Physical Damage by 4%.
_______________________
Refine Level +7:
Perfect HIT +8
_______________________
Refine Level +9:
Increases Physical Damage against enemies of every element by 10%.
_______________________
Refine Level +11:
Perfect HIT +15
_______________________
When equipped with Old Blazing Soul:
For each Refine Level of Old Blazing Soul:
Increases Earth Shaker and Rampage Blaster by 2%.

For each 2 Refine Levels of Old Blazing Soul:
Decreases Earth Shaker and Rampage Blaster by 0.1 second.
_______________________
When equipped with Ifrit Card:
Increases Physical Damage against enemies of Demi-Human race and Demi-Human Human Players by 30%.
Increases Physical Damage against enemies Angel and Demon race by 40%.
Decreases damage taken from Fire elemental attacks by 50%.
Increases damage taken from Water elemental attacks by 30%.
Enables the use of Level 5 Spirit Explosion.

When using Spirit Explosion:
ATK +150 for 10 seconds.
Increases Spirit Explosion skill cooldown by 20 seconds.
_______________________
Type: Garment
Defense: 20
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Battle_Aura_Manteau_TW
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;

Set Script
Old Blazing Soul
Battle Aura Manteau
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bSkillAtk,"SR_EARTHSHAKER",2*.@r;
bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",2*.@r;
bonus2 bSkillCooldown,"SR_EARTHSHAKER",-100*(.@r/2);
bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-100*(.@r/2);
Ifrit Card
Battle Aura Manteau
bonus2 bAddRace,RC_DemiHuman,30;
bonus2 bAddRace,RC_Player_Human,30;
bonus2 bAddRace,RC_Player_Doram,30;
bonus2 bAddRace,RC_Demon,40;
bonus2 bAddRace,RC_Angel,40;
bonus2 bSubEle,Ele_Fire,50;
bonus2 bSubEle,Ele_Water,-30;
skill "MO_EXPLOSIONSPIRITS",5;
bonus2 bSkillCooldown,"MO_EXPLOSIONSPIRITS",20000;
autobonus3 "{ bonus bBaseAtk,150; }",1000,10000,"MO_EXPLOSIONSPIRITS";
Beast Territory Boots
Battle Aura Manteau
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus2 bAddClass,Class_Boss,12;
bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-3000;
bonus2 bSkillAtk,"SR_HOWLINGOFLION",20*(.@r/2);
if (.@r>=12)
   bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-5000;