Basic Info

Name 28568 Cursed Emerald Earrings[1]
Item ID 28568 - Emerald_Earring_Z
Type Armor
28568
Emerald earrings with remarkable craftsmanship.
Refinement is possible

DEX + 2, AGI + 2.
Refine Level +7::

Add an additional DEX + 2, AGI + 2.
Refine Level +9::
Increases ASPD (after attack delay) by 2% for every 25 Base Levels.

Armor: Accessory (Right)
Defense: 3
Weight: 50
Level Requirement: 50
Jobs: All

Details

Weight 50
NPC Buy 200 z
NPC Sell 100 z
Refineable Yes
Equip Locations Accessory 2

Stats

Range 0
Defense 3
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range 50 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bDex, 2); bonus(bAgi, 2); if (getrefine() >= 7) { bonus(bDex, 2); bonus(bAgi, 2); } if (getrefine() >= 9) bonus(bAspdRate, 2 * (BaseLevel / 25));
Equip Script
None
Unequip Script
None