Viewing Item

#2931: Good Health Amulet

Item ID 2931 For Sale No
Identifier Charm_Vit Credit Price Not For Sale
Name Good Health Amulet Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@a = readparam(bVit);

2 bonus bMdef,2;

3 if (.@a>=60) {

4 bonus bVit,2;

5 if (.@a>=80) {

6 bonus bVit,1;

7 bonus bMaxHP,50;

8 if (.@a>=100) {

9 bonus bMaxHP,150;

10 bonus bFlee2,1;

11 if (.@a>=120) {

12 bonus bMaxHP,100;

13 bonus bFlee2,3;

14 }

15 }

16 }

17 }

Equip Script None
Unequip Script None