Viewing Item (Mercury Riser)

Basic Info

Name 18597 Mercury Riser[1]
Item ID 18597 - Mercury_Helm
Type Armor
18597
...
ASPD +3%, Critical +3
If refined to +7 or higher, ASPD +2% and Critical +2.
If refined to +9 or higher, ASPD +2% and Critical +2.
Type : Headgear
Defense : 10
Location : Upper
Weight : 40
Required Level : 70
Applicable Job : Every Job

Details

Weight 20
NPC Buy 40 z
NPC Sell 20 z
Refineable No
Equip Locations Upper Headgear

Stats

Range 0
Defense 10
Attack 0
Weapon Level 0
Slots 1

Restrictions

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

Scripts

Use Script
bonus bAspdRate,3; bonus bCritical,3; if(getrefine() >= 7) { bonus bAspdRate,2; bonus bCritical,2; } if(getrefine() >= 9) { bonus bAspdRate,2; bonus bCritical,2; }
Equip Script
None
Unequip Script
None