Viewing Item

#2934: Prosperous Business Amulet

Item ID 2934 For Sale No
Identifier Charm_Luk Credit Price Not For Sale
Name Prosperous Business 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(bLuk);

2 bonus bMdef,2;

3 if (.@a>=60) {

4 bonus bLuk,2;

5 if (.@a>=80) {

6 bonus bDex,1;

7 bonus bLuk,1;

8 if (.@a>=100) {

9 bonus bDex,1;

10 bonus bInt,1;

11 if (.@a>=120) {

12 bonus bDex,1;

13 bonus bInt,3;

14 bonus bLuk,1;

15 }

16 }

17 }

18 }

Equip Script None
Unequip Script None