Illusion Ancient Dagger [2], кинжал (Renewal)

Illusion Ancient Dagger [2] (ANCIENT_DAGGER_IL) – оружие.

Illusion Ancient Dagger [2], кинжал (Renewal)

Matk + 180.
MaxSP + 100, increases SP recovery rate by 10%.
Has a chance to gain Matk + 10% and Matk + 70 for 10 seconds when dealing physical damage.
If refine rate is 7 or higher, increases all property magical damage by 15%.
If refine rate is 9 or higher, increases magical damage against medium and large size enemies by 15%.
If refine rate is 11 or higher, has a chance to gain magical damage bonus against all race monsters by 15% for 10 seconds when dealing magical damage.

When equipped with Illusion Guard, Matk + 50.
If refine rate of each is 7 or higher, Perfect Hit + 10.
If the sum of refine rate is 18 or higher, increases all property magical damage by 15%, has a chance to auto-cast Killing Cloud level 3 when dealing melee physical damage.
If the sum of refine rate is 22 or higher, when Killing Cloud is cast, has a chance to auto-cast Poison Burst level 4 when dealing magical damage for 30 seconds.

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

  • ID: 31233
  • Код: ANCIENT_DAGGER_IL
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 4
  • Атака: 107
  • Магическая атака: 180
  •  
  • Требуемый уровень: 120
  • Профессии: rogue
  • Вес: 60

Скрипт

.@r = getrefine();
bonus bSPrecovRate,10;
bonus bMaxSP,100;
autobonus "{ bonus bMatkRate,10; bonus bMatk,70; }",1,10000,BF_WEAPON;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,15;
   if (.@r>=9) {
      bonus2 bMagicAddSize,Size_Medium,20;
      bonus2 bMagicAddSize,Size_Large,20;
      if (.@r>=11) {
         autobonus "{ bonus2 bMagicAddRace,RC_All,15; }",1,10000,BF_MAGIC;
      }
   }
}