Illusion Dea Staff [2], посох (Renewal)

Illusion Dea Staff [2] (DEA_STAFF_IL) – оружие.

Illusion Dea Staff [2], посох (Renewal)

Matk + 190, Int + 6, Vit + 2.
Has a low chance to recover 150 SP every second for 4 times when dealing magical damage.
Increases Judex damage by 20% per 3 refine rate.
If refine rate is 7 or higher, increases holy property magical damage by 15%.
If refine rate is 9 or higher, increases Judex damage by 30%, reduces global cooldown by 15%.
If refine rate is 11 or higher, increases magical damage against all size enemies by 20% for 15 seconds when using Magnus Exorcismus.

When equipped with Illusion Saint Robe, Matk + 50, reduces global cooldown by 10%.
If refine rate of each is 7 or higher, Matk + 10%, ASPD + 2.
If the sum of refine rate is 18 or higher, increases magical damage against all race monsters by 20%.
If the sum of refine rate is 22 or higher, reduces variable casting time by 15%, reduces global cooldown by additional 10%.

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

  • ID: 31443
  • Код: DEA_STAFF_IL
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 50
  • Магическая атака: 190
  •  
  • Требуемый уровень: 120
  • Профессии: priest
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bAtkEle,Ele_Holy;
bonus bUnbreakableWeapon;
bonus bVit,2;
bonus bInt,6;
autobonus "{ bonus2 bSPRegenRate,150,1000; }",1,4000,BF_MAGIC;
bonus2 bSkillAtk,"AB_JUDEX",20*(.@r/3);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Holy,15;
   if (.@r>=9) {
      bonus bDelayrate,-15;
      bonus2 bSkillAtk,"AB_JUDEX",30;
      if (.@r>=11) {
         autobonus3 "{ bonus2 bMagicAddSize,Size_All,20; }",1000,15000,"PR_MAGNUS";
      }
   }
}