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 #400699 Armor

Asteria's Helm-LT [1]

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

Equipment Slots

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

Basic Information

Armor
200
20

Requirements

2
150

Scripts

.@r = getrefine(); .@g = getenchantgrade(); bonus bMaxHPrate,5; bonus bBaseAtk,15*(.@r/2); bonus bMatk,15*(.@r/2); bonus2 bSubClass,Class_All,2*(.@r/4); bonus2 bSubRace,RC_All,2*(.@r/4); bonus2 bSubEle,Ele_All,2*(.@r/4); bonus2 bSubSize,Size_All,2*(.@r/4); if (.@r>=7) { bonus bMaxHPrate,7; if (.@r>=9) { bonus bVariableCastrate,-15; if (.@r>=11) { bonus2 bAddSize,Size_All,10; bonus2 bMagicAddSize,Size_All,10; if (.@r>=13) { bonus bFixedCast,-300; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bRes,30; bonus bMRes,30; if (.@g>=ENCHANTGRADE_C) { bonus bPow,5; bonus bSpl,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddRace,RC_All,15; bonus2 bMagicAddRace,RC_All,15; if (.@g>=ENCHANTGRADE_A) { bonus bDelayrate,-15; } } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHPrate,5;
bonus bBaseAtk,15*(.@r/2);
bonus bMatk,15*(.@r/2);
bonus2 bSubClass,Class_All,2*(.@r/4);
bonus2 bSubRace,RC_All,2*(.@r/4);
bonus2 bSubEle,Ele_All,2*(.@r/4);
bonus2 bSubSize,Size_All,2*(.@r/4);
if (.@r>=7) {
   bonus bMaxHPrate,7;
   if (.@r>=9) {
        bonus bVariableCastrate,-15;
        if (.@r>=11) {
            bonus2 bAddSize,Size_All,10;
            bonus2 bMagicAddSize,Size_All,10;
            if (.@r>=13) {
                bonus bFixedCast,-300;
            }
        }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bRes,30;
   bonus bMRes,30;
   if (.@g>=ENCHANTGRADE_C) {
        bonus bPow,5;
        bonus bSpl,5;
        bonus bCon,5;
        if (.@g>=ENCHANTGRADE_B) {
            bonus2 bAddRace,RC_All,15;
            bonus2 bMagicAddRace,RC_All,15;
            if (.@g>=ENCHANTGRADE_A) {
                bonus bDelayrate,-15;
            }
        }
   }
}
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.