Viewing Item (Glorious Spear)

Glorious Spear
#1426

Glorious Spear

Krieger_Onehand_Spear1
Weapon 1H Spear

General

Type Weapon
Subtype 1H Spear
Buy Price 20z
Sell Price 10z
Weight 0

Equipment

ATK 130
Range 3
Weapon Lv 4
Slots 0
Refineable Yes

Requirements

Location:
Right Hand
Level:
80
Jobs:
Swordman Knight Crusader

Item Script

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;
if (getrefine()>5) {
   bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4);
   bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
   bonus bAspdRate,10;
}
if (getrefine()>8) {
   if (BaseJob == Job_Knight)
      bonus4 bAutoSpellOnSkill,"KN_PIERCE","NPC_CRITICALWOUND",2,200;
   else if (BaseJob == Job_Crusader)
      bonus3 bAutoSpell,"PA_PRESSURE",5,100;
}