.:Renewal Item Database:.
Search Item By ID
Type
Weapon
Class
One-handed Spear
Buy
20z
Sell
10z
Weight
0 Attack
130 Required Lvl 80 Weapon Lvl 4 Slot 0 Range 3 | |
Applicable Jobs | Swordman Knight Crusader |
---|---|
Description | A weapon that only a champion of battlefield can wield. Increases physical damage inflicted on Demihuman monsters by 95%. Pierces physical defense of Demihuman monsters by 20%. Refine Level +6: Ignore Demihuman's physical defense by an additional 5%. Reduces after attack delay by 5% (ASPD +5%). [Slaughter] Lv 1 [(Refine-4) * (Refine-4) % physical damage bonus on DemiHuman targets, applies up to +14.] Refine Level +9: Knight: When using Pierce, has a chance to inflicts Level 2 Critical Wound on target. Crusader: ASPD +5%. When dealing normal phsyical attacking, has a chance to autocast Level 5 Pressure on target. |
Item Script |
expand to view script{ bonus2 bAddRace,RC_DemiHuman,95; bonus2 bAddRace,RC_Player_Human,95; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; .@r = getrefine(); if (.@r>5) { bonus2 bAddRace,RC_DemiHuman,pow(min(14,.@r)-4,2); bonus2 bAddRace,RC_Player_Human,pow(min(14,.@r)-4,2); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; bonus bAspdRate,5; } if (.@r>8) { if (BaseJob == Job_Knight) bonus4 bAutoSpellOnSkill,"KN_PIERCE","NPC_CRITICALWOUND",2,200; else if (BaseJob == Job_Crusader) bonus3 bAutoSpell,"PA_PRESSURE",5,100; bonus bAspdRate,5; } },{},{} |
Dropped By | No Result |
Obtainable From | Battleground |