Pisces Staff of Soul

Item ID 640006 Name Pisces Staff of Soul
None
Weapon Level 4 Identifier Pisces_Staff_O_S_J
Attack 0 Type Weapon - Two-Handed Staff
MATK 10 Equip Locations Two-Handed
Defense 0 Equippable Jobs Novice, Super novice, Mage, Acolyte, Priest, Wizard, Monk, Sage, Soul Linker
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 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 bMatk,50+BaseLevel;
bonus bDelayrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
   bonus bAspdRate,10;
   bonus bMatkRate,25;
   bonus2 bSkillAtk,"MG_FIREBOLT",100;
   bonus2 bSkillAtk,"MG_COLDBOLT",100;
   bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",100;
   bonus2 bSkillAtk,"WZ_EARTHSPIKE",100;
   bonus2 bSubEle,Ele_Fire,10;
   bonus2 bSubEle,Ele_Water,10;
   bonus2 bSubEle,Ele_Wind,10;
   bonus2 bSubEle,Ele_Earth,10;
   bonus2 bSubClass,Class_Boss,40;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
          .@val += 50;
      bonus2 bIgnoreMdefRaceRate,RC_All,.@val;
   }
}

Set Script
Zodiac
Pisces Staff of Soul
if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
   bonus2 bMagicAtkEle,Ele_Fire,40;
   bonus2 bMagicAtkEle,Ele_Water,40;
   bonus2 bMagicAtkEle,Ele_Wind,40;
   bonus2 bMagicAtkEle,Ele_Earth,40;
   bonus2 bMagicAtkEle,Ele_Neutral,40;
   bonus2 bSubClass,Class_Boss,10;
}