
RENEWAL / ITEMS
Prosperous Business Amulet
#2934Armor
Charm_Luk
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(bLuk);
bonus bMdef,2;
if (.@a>=60) {
bonus bLuk,2;
if (.@a>=80) {
bonus bDex,1;
bonus bLuk,1;
if (.@a>=100) {
bonus bDex,1;
bonus bInt,1;
if (.@a>=120) {
bonus bDex,1;
bonus bInt,3;
bonus bLuk,1;
}
}
}
}