
RENEWAL / ITEMS
Good Health Amulet
#2931Armor
Charm_Vit
TypeArmor
Equipment positionAccessory
GenderBoth
Weight30
Buy price0 z
Sell price0 z
Required level1
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
.@a = readparam(bVit);
bonus bMdef,2;
if (.@a>=60) {
bonus bVit,2;
if (.@a>=80) {
bonus bVit,1;
bonus bMaxHP,50;
if (.@a>=100) {
bonus bMaxHP,150;
bonus bFlee2,1;
if (.@a>=120) {
bonus bMaxHP,100;
bonus bFlee2,3;
}
}
}
}