Basic Info

Name 26024 Block Lance[1]
Item ID 26024 - Ein_BHSPEAR
Type Weapon - Two-Handed Spear
26024
If [Spiral Pierce] is Level 5, ATK + 30.
For every 10 Base Level, increases [Spiral Pierce] damage by 2%.
If +7 or higher, ATK + 5%, ASPD + 10%.
If +9 or higher, HIT + 15, STR + 3.
Class: Two-Handed Spear Attack: 200
Weight: 300
Weapon Level: 4
Required Level: 100
Usable Jobs: Transcendent Swordsman

Details

Weight 300
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

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

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Upper
Job Classes Knight / Crusader
Gender Any

Scripts

Use Script
if (getskilllv(LK_SPIRALPIERCE) >= 5) bonus(bBaseAtk, 30); bonus2(bSkillAtk, LK_SPIRALPIERCE, (BaseLevel/10) * 2); if (getrefine() >= 7){ bonus(bAtkRate, 5); bonus(bAspdRate, 10); } if (getrefine() >= 9){ bonus(bHit, 15); bonus(bStr, 3); }
Equip Script
None
Unequip Script
None