Aquarius Staff [1], посох (Renewal)
Aquarius Staff [1] (AQUARIUS_STAFF_J) – оружие.
Can't be destroyed.
Base Matk + 10.
Matk + 50.
Attack speed + 10%.
Matk + 1 per 1 base level.
When equipped by Warlock, attack speed + 10%, reduces global cooldowns by 10%, increases magical damage by 25%, increases Hell Inferno damage by 50%, reduces damage taken from demihuman monsters by 10%.
if refine rate is 7 or higher, ignores magical defense of all race monsters by 50%,
if refine rate is 9 or higher, ignores magical defense of all race monsters by 50%.
―――――――――――――
Attribute: None Slots: 1
Atk : 0 Matk : 10
Refined: Yes Destroyed: No
Скрипт
.@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;
   }
}