Viewing Item

#2933: Knowledgeable Amulet

Item ID 2933 For Sale No
Identifier Charm_Int Credit Price Not For Sale
Name Knowledgeable Amulet Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@a = readparam(bInt);

2 bonus bMdef,2;

3 if (.@a>=60) {

4 bonus bInt,2;

5 if (.@a>=80) {

6 bonus bInt,1;

7 bonus bMatk,5;

8 if (.@a>=100) {

9 bonus bMatk,5;

10 bonus bDelayrate,-1;

11 if (.@a>=120) {

12 bonus bMatk,5;

13 bonus bDelayrate,-2;

14 }

15 }

16 }

17 }

Equip Script None
Unequip Script None