AuraRO Logo

Viewing Item

#450183: Paradise Suit

Item ID 450183 For Sale No
Identifier Paradise Suit Credit Price Not For Sale
Name Paradise Suit Type
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 10
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Unknown
Item Use Script

1 .@hp = 30*(min(BaseLevel,100)/5);

2 if (BaseLevel>=30) {

3 .@hp += 80;

4 .@sp = 20;

5 }

6 if (BaseLevel>=45) {

7 .@hp += 150;

8 .@sp += 30;

9 }

10 if (BaseLevel>=85) {

11 .@hp += 250;

12 .@sp += 50;

13 }

14 bonus bMaxHP,150+.@hp;

15 bonus bMaxSP,20+.@sp;

Equip Script None
Unequip Script None