
RENEWAL / ITEMS
Battle Hardened Amulet
#2929Armor
Charm_Str
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(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;
}
}
}
}