Basic Info

Name 630029 Calamity Two-Handed Spear[1]
Item ID 630029 - MD_Moroc_Spear_K
Type Weapon - Two-Handed Spear
Evil seeped into this once simple blade.
[Spiral Pierce], [Cannon Spear] damage + 20%.
For every other refine level, ATK + 10, HIT + 2.
If +7 or higher, [Spiral Pierce], [Cannon Spear] damage + 25%.
If +9 or higher, Long-range physical damage + 10%.
Class : Two-handed Spear Attack : 330
Weight : 210
Weapon Level : 4
Required Level : 130
Jobs : Swordman jobs

Details

Weight 210
NPC Buy 52,000 z
NPC Sell 26,000 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 0
Defense 0
Attack 312
Magical Attack 0
Weapon Level 4
Slots 1

Restrictions

Level Range 130 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes Swordsman / Knight / Crusader
Gender Any

Scripts

Use Script
bonus2(bSkillAtk, LK_SPIRALPIERCE, 20); bonus2(bSkillAtk, LG_CANNONSPEAR, 20); bonus(bBaseAtk, 10 * (getrefine()/2)); bonus(bHit, 2 * (getrefine()/2)); if (getrefine() >= 7) { bonus2(bSkillAtk, LK_SPIRALPIERCE, 25); bonus2(bSkillAtk, LG_CANNONSPEAR, 25); } if (getrefine() >= 9) bonus(bLongAtkRate, 10);
Equip Script
None
Unequip Script
None