
RENEWAL / ITEMS
Knowledgeable Amulet
#2933Armor
Charm_Int
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(bInt);
bonus bMdef,2;
if (.@a>=60) {
bonus bInt,2;
if (.@a>=80) {
bonus bInt,1;
bonus bMatk,5;
if (.@a>=100) {
bonus bMatk,5;
bonus bDelayrate,-1;
if (.@a>=120) {
bonus bMatk,5;
bonus bDelayrate,-2;
}
}
}
}