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
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
Type
Armor
Weight
300
Defense
50
Requirements
Armor Level
2
Min Level
1
Scripts
Script .@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;
}
}
}