Aries Spear

Item ID 32031 Name Aries Spear
None
Weapon Level 4 Identifier Aries_Spear_J
Attack 10 Type Weapon - One-Handed Spear
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Swordman, Knight, Crusader
Range 3 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,50+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
   bonus bDelayrate,-10;
   bonus bAtkRate,50;
   bonus2 bSkillUseSP,"PA_SHIELDCHAIN",25;
   bonus2 bSubClass,Class_Boss,10;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
          .@val += 50;
      bonus2 bIgnoreDefRaceRate,RC_All,.@val;
   }
}

Set Script
Zodiac
Aries Spear
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader)
   bonus bLongAtkRate,25;