0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #480454 Armor

Battle Aura Manteau-LT [1]

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 20
Weight: 100
Slots: 1
Armor level: 2
Required level: 190

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
100
20

Requirements

2
190

Scripts

.@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; } } } } }
.@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;
                }
            }
       }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.