Battle Aura Manteau-LT

Item ID 480454 Name Battle Aura Manteau-LT
None
Weapon Level 0 Identifier Battle_Aura_Manteau_LT
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 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@g = getenchantgrade();
bonus bNoKnockback;
skill "MO_CALLSPIRITS",5;
bonus bBaseAtk,10*(.@r/2);
bonus bPow,.@r/2;
bonus bCon,.@r/2;
bonus bShortAtkRate,8*(.@r/3);
bonus bLongAtkRate,8*(.@r/3);
if (.@r>=7) {
   bonus bAtkRate,15;
   bonus bAspdRate,10;
   if (.@r>=9) {
       bonus2 bAddEle,Ele_All,12;
       if (.@r>=11) {
            bonus bPerfectHitAddRate,25;
            if (.@r>=13) {
                bonus bShortAtkRate,10;
                bonus bLongAtkRate,10;
            }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bBaseAtk,80;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bPerfectHitAddRate,10;
       if (.@g>=ENCHANTGRADE_B) {
            bonus2 bAddSize,Size_All,12;
            if (.@g>=ENCHANTGRADE_A) {
                bonus bDelayrate,-7;
                if (.@r>=13) {
                    bonus2 bAddRace,RC_All,12;
                }
            }
       }
   }
}

Set Script
Old Blazing Soul
Battle Aura Manteau-LT
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bSkillAtk,"IQ_SECOND_FLAME",15*(.@r/3);
bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",15*(.@r/3);
if (.@r>=13)
   bonus bMaxHPrate,25;
Ifrit Card
Battle Aura Manteau-LT
bonus2 bAddRace,RC_Angel,40;
bonus2 bAddRace,RC_DemiHuman,40;
bonus2 bAddRace,RC_Demon,40;
bonus2 bAddRace,RC_Player_Doram,40;
bonus2 bAddRace,RC_Player_Human,40;
bonus2 bSubEle,Ele_Fire,50;
bonus2 bSubEle,Ele_Water,-30;
skill "MO_EXPLOSIONSPIRITS",5;
bonus2 bSkillCooldown,"MO_EXPLOSIONSPIRITS",20000;
autobonus3 "{ bonus bBaseAtk,200; }",1000,10000,"MO_EXPLOSIONSPIRITS";