Viewing Item

#460084: Alice Body Pillow

Item ID 460084 For Sale No
Identifier Alice_Pillow_US Credit Price Not For Sale
Name Alice Body Pillow Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 50
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Off Hand
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bMaxHPrate,10;

4 bonus bMaxSPrate,10;

5 bonus bMdef,10;

6 bonus bPAtk,.@r/2;

7 bonus bSMatk,.@r/2;

8 bonus2 bAddClass,Class_All,5*(.@r/3);

9 bonus bMatkRate,5*(.@r/3);

10 if (getpetinfo(PETINFO_EGGID) == 9027) {

11 bonus bBaseAtk,30;

12 bonus bMatk,30;

13 bonus2 bHPDrainRate,30,5;

14 if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) {

15 bonus bAspd,2;

16 bonus bVariableCastrate,-10;

17 }

18 }

19 if (.@r>=11) {

20 autobonus "{ bonus bInt,70; }",60,20000,BF_MAGIC;

21 autobonus "{ bonus bStr,70; }",60,20000,BF_WEAPON;

22 if (.@r>=12) {

23 bonus bFixedCastrate,-50;

24 }

25 }

26 if (.@g>=ENCHANTGRADE_D) {

27 bonus bMaxHPrate,10;

28 bonus bMaxSPrate,10;

29 if (.@g>=ENCHANTGRADE_C) {

30 bonus bDelayrate,-15;

31 if (.@g>=ENCHANTGRADE_B) {

32 bonus bPow,12;

33 bonus bSpl,12;

34 }

35 }

36 }

Equip Script None
Unequip Script None