Viewing Item

#2930: Winning First Move Amulet

Item ID 2930 For Sale No
Identifier Charm_Agi Credit Price Not For Sale
Name Winning First Move 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(bAgi);

2 bonus bMdef,2;

3 if (.@a>=60) {

4 bonus bAgi,2;

5 if (.@a>=80) {

6 bonus bAgi,1;

7 bonus bFlee,4;

8 if (.@a>=100) {

9 bonus bFlee,1;

10 bonus bAspdRate,2;

11 if (.@a>=120) {

12 bonus bAspdRate,2;

13 }

14 }

15 }

16 }

Equip Script None
Unequip Script None