Item ID | 2932 | For Sale | No | |
---|---|---|---|---|
Identifier | Charm_Dex | Credit Price | Not For Sale | |
Name | Infallible 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(bDex); 2 bonus bMdef,2; 3 if (.@a>=60) { 4 bonus bDex,2; 5 if (.@a>=80) { 6 bonus bDex,1; 7 bonus bVariableCastrate,-1; 8 if (.@a>=100) { 9 bonus bVariableCastrate,-2; 10 bonus bLongAtkRate,1; 11 if (.@a>=120) { 12 bonus bLongAtkRate,2; 13 } 14 } 15 } 16 } |
|||
Equip Script | None | |||
Unequip Script | None |