Aquarius Staff

Item ID 26167 Name Aquarius Staff
None
Weapon Level 4 Identifier Aquarius_Staff_J
Attack 0 Type Weapon - Staff
MATK 10 Equip Locations Main Hand
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 bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {
   bonus bAspdRate,10;
   bonus bDelayrate,-10;
   bonus bMatkRate,25;
   bonus2 bSkillAtk,"WL_HELLINFERNO",50;
   bonus2 bSubRace,RC_DemiHuman,10;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
          .@val += 50;
      bonus2 bIgnoreMdefRaceRate,RC_All,.@val;
   }
}

Set Script
Zodiac
Aquarius Staff
if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard)
   bonus2 bSkillAtk,"WL_HELLINFERNO",150;