ID #2931
Armor
Good Health Amulet
Buy Price: N/A
Sell Price: N/A
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
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
Basic Information
Type
Armor
Weight
300
Requirements
Armor Level
1
Min Level
1
Scripts
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; } } } }
.@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;
}
}
}
}