Viewing Item

#450184: Paradise Robe

Item ID 450184 For Sale No
Identifier 1Para_Armor_B Credit Price Not For Sale
Name Paradise Robe Type Armor
NPC Buy 0 Weight
Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in /homepages/9/d1004767513/htdocs/themes/default/item/view.php on line 53
0
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 0 Refineable No
Attack 0 Min Equip Level 10
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@hp

2 =

3 20*(min(BaseLevel,100)/5);

4 if

5 (BaseLevel

6 =30)

7 {

8 .@hp

9 +=

10 60;

11 .@sp

12 =

13 30;

14 }

15 if

16 (BaseLevel

17 =45)

18 {

19 .@hp

20 +=

21 100;

22 .@sp

23 +=

24 50;

25 }

26 if

27 (BaseLevel

28 =85)

29 {

30 .@hp

31 +=

32 150;

33 .@sp

34 +=

35 70;

36 }

37 bonus

38 bMaxHP,100+.@hp;

39 bonus

40 bMaxSP,50+.@sp;

Equip Script None
Unequip Script None