Basic Info

Name 26019 Lesser Guild Lance
Item ID 26019 - Lesser_Guild_Lance
Type Weapon - Two-Handed Spear
26019
"¡Ø PvP & WoE-area bonuses only"
Increases physical damage against Players by 25%
Ignores 10% of Player DEF.
Per +1 refine, +1% additional increase in physical damage against Players.
If +7 or higher, ignores additional 5% of Player DEF.
If +9 or higher, +15% additional increase in physical damage against Players.
If +10 or higher, has a chance to Stun when using [Pierce], and a chance to Silence when using [Holy Cross].
The chance is increased based on refine level.
_
Class : Two-Handed Spear Attack : 220
Weight : 130
Weapon Level : 3
Required Level : 70
Jobs : Swordsman

Details

Weight 130
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 3
Defense 0
Attack 220
Magical Attack 0
Weapon Level 3
Slots 0

Restrictions

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

Scripts

Use Script
bonus2(bAddRace, RC_Player, 25 + getrefine()); bonus2(bIgnoreDefRate, RC_Player, 10); if (getrefine() >= 7) bonus2(bIgnoreDefRate, RC_Player, 5); if (getrefine() >= 9) { bonus2(bAddRace, RC_Player, 15); bonus(bAspdRate, 10); bonus3(bAutoSpell, NPC_CRITICALWOUND, 1, 30); } if (getrefine() >= 10) { bonus3(bAddEffOnSkill, KN_PIERCE, Eff_Stun, 1000 + getrefine() * 10); bonus3(bAddEffOnSkill, CR_HOLYCROSS, Eff_Silence, 1000 + getrefine() * 10); }
Equip Script
None
Unequip Script
None