Basic Info

Name 16086 Sapphire Scepter
Item ID 16086 - Sapphire_Scepter
Type Weapon - Mace
16086
A scepter studded with sapphires. It is stronger than it looks.
Indestructible.
For every 2 refines, HIT + 1.
For every 3 refines, ATK + 4.
When refined to +7, HIT + 10.
When refined to +9, ASPD + 1, CRI + 10.
_
Class : Mace Attack : 150
Weight : 90
Weapon Level : 3
Required Level : 60
Jobs : Acolyte and Merchant

Details

Weight 90
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand

Stats

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

Restrictions

Level Range 60 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes Acolyte / Merchant / Priest / Blacksmith / Monk / Alchemist
Gender Any

Scripts

Use Script
bonus(bHit, getrefine() / 2); bonus(bBaseAtk, 4 * (getrefine() / 3)); if (getrefine() >= 7) bonus(bHit, 10); if (getrefine() >= 9) { bonus(bAspd, 1); bonus(bCritical, 10); }
Equip Script
None
Unequip Script
None