Basic Info

Name 32016 Twilight Spear
Item ID 32016 - Twilight_Spear
Type Weapon - One-Handed Spear
32016
A spear with the glow of twilight.
For every 2 refines, HIT + 1.
For every 3 refines, ATK + 4.
When refined to +7, CRI + 10.
When refined to +9, increases Pierce damage by 20%.
_
Class : One-handed Spear Attack : 150
Weight : 100
Weapon Level : 3
Required Level : 60
Jobs : Swordman

Details

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

Stats

Range 3
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 Swordsman / Knight / Crusader
Gender Any

Scripts

Use Script
bonus(bHit, getrefine() / 2); bonus(bBaseAtk, 4 * (getrefine() / 3)); if (getrefine() >= 7) bonus(bCritical, 10); if (getrefine() >= 9) bonus2(bSkillAtk, KN_PIERCE, 20);
Equip Script
None
Unequip Script
None