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

Базовые свойства предмета

  • ID: 27642
  • Код: AQUARIUS_STAFF_J
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Магическая атака: 10
  •  
  • Профессии: acolyte, mage, monk, novice, priest, sage, soul_linker, super_novice, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

.@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;
   }
}