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

Alice Body Pillow [1]

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 50
Weight: 300
Slots: 1
Armor level: 2
Required level: 1

Equipment Slots

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

Basic Information

Armor
300
50

Requirements

2
1

Scripts

.@r = getrefine(); .@g = getenchantgrade(); bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bMdef,10; bonus bPAtk,.@r/2; bonus bSMatk,.@r/2; bonus2 bAddClass,Class_All,5*(.@r/3); bonus bMatkRate,5*(.@r/3); if (getpetinfo(PETINFO_EGGID) == 9027) { bonus bBaseAtk,30; bonus bMatk,30; bonus2 bHPDrainRate,30,5; if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) { bonus bAspd,2; bonus bVariableCastrate,-10; } } if (.@r>=11) { autobonus "{ bonus bInt,70; }",60,20000,BF_MAGIC; autobonus "{ bonus bStr,70; }",60,20000,BF_WEAPON; if (.@r>=12) { bonus bFixedCastrate,-50; } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; if (.@g>=ENCHANTGRADE_C) { bonus bDelayrate,-15; if (.@g>=ENCHANTGRADE_B) { bonus bPow,12; bonus bSpl,12; } } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bMdef,10;
bonus bPAtk,.@r/2;
bonus bSMatk,.@r/2;
bonus2 bAddClass,Class_All,5*(.@r/3);
bonus bMatkRate,5*(.@r/3);
if (getpetinfo(PETINFO_EGGID) == 9027) {
   bonus bBaseAtk,30;
   bonus bMatk,30;
   bonus2 bHPDrainRate,30,5;
   if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) {
       bonus bAspd,2;
       bonus bVariableCastrate,-10;
   }
}
if (.@r>=11) {
   autobonus "{ bonus bInt,70; }",60,20000,BF_MAGIC;
   autobonus "{ bonus bStr,70; }",60,20000,BF_WEAPON;
   if (.@r>=12) {
       bonus bFixedCastrate,-50;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bDelayrate,-15;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bPow,12;
            bonus bSpl,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.