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
Description Amulet given by Tatsugami who has regained the divine power.
The more powerful you are, the better your protection will be.
_______________________
MDEF +2
_______________________
The following special effects will disappear at the end of regular maintenance on December 28, 2012:
_______________________
Base AGI at least 60:
VIT +2
_______________________
Base AGI at least 80:
VIT +1
MaxHP +50
_______________________
Base AGI at least 100:
MaxHP +150
Perfect Dodge +1
_______________________
Base AGI at least 120:
MaxHP +100
Perfect Dodge +3
_______________________
Type: Accessory
Weight: 30
Armor Level: 1
_______________________
Requirement: 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

2 =

3 readparam(bVit);

4 bonus

5 bMdef,2;

6 if

7 (.@a

8 =60)

9 {

10 bonus

11 bVit,2;

12 if

13 (.@a

14 =80)

15 {

16 bonus

17 bVit,1;

18 bonus

19 bMaxHP,50;

20 if

21 (.@a

22 =100)

23 {

24 bonus

25 bMaxHP,150;

26 bonus

27 bFlee2,1;

28 if

29 (.@a

30 =120)

31 {

32 bonus

33 bMaxHP,100;

34 bonus

35 bFlee2,3;

36 }

37 }

38 }

39 }

Equip Script None
Unequip Script None