ID #2929
Armor
Battle Hardened Amulet
Buy Price: N/A
Sell Price: N/A
Amulet given by Tatsugami who has regained the divine power.
The stronger you are, the more you can obtain the protection of an amulet.
_______________________
MDEF +2
_______________________
The following special effects will disappear at the end of regular maintenance on December 28, 2012:
_______________________
Base STR at least 60:
STR +2
_______________________
Base STR at least 80:
STR +1
ATK +5
_______________________
Base STR at least 100:
ATK +5
HIT +2
_______________________
Base STR at least 120:
ATK +5
HIT +3
_______________________
Type: Accessory
Weight: 30
Armor Level: 1
_______________________
Requirement: None
The stronger you are, the more you can obtain the protection of an amulet.
_______________________
MDEF +2
_______________________
The following special effects will disappear at the end of regular maintenance on December 28, 2012:
_______________________
Base STR at least 60:
STR +2
_______________________
Base STR at least 80:
STR +1
ATK +5
_______________________
Base STR at least 100:
ATK +5
HIT +2
_______________________
Base STR at least 120:
ATK +5
HIT +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(bStr); bonus bMdef,2; if (.@a>=60) { bonus bStr,2; if (.@a>=80) { bonus bStr,1; bonus bBaseAtk,5; if (.@a>=100) { bonus bBaseAtk,5; bonus bHit,2; if (.@a>=120) { bonus bBaseAtk,5; bonus bHit,3; } } } }
.@a = readparam(bStr);
bonus bMdef,2;
if (.@a>=60) {
bonus bStr,2;
if (.@a>=80) {
bonus bStr,1;
bonus bBaseAtk,5;
if (.@a>=100) {
bonus bBaseAtk,5;
bonus bHit,2;
if (.@a>=120) {
bonus bBaseAtk,5;
bonus bHit,3;
}
}
}
}