Corrode Garden Knife [2], кинжал (Renewal)

Corrode Garden Knife [2] (C_GARDEN_KNIFE) – оружие.

Corrode Garden Knife [2], кинжал (Renewal)

Matk + 190.
Has a chance to auto-cast Killing Cloud level 1 when dealing melee physical damage.
Has a chance to increases poison property magical damage by 15% 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 small and medium size enemies by 10%.
If refine rate is 11 or higher, increases poison property magical damage by 15%.
[Bonus by grade]
[Grade D] S.Matk + 2.
[Grade C] SPL + 3, S.Matk + 1.
[Grade B] Increases all property magical damage by 15%.

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

  • ID: 31245
  • Код: C_GARDEN_KNIFE
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 5
  • Атака: 117
  • Магическая атака: 190
  •  
  • Требуемый уровень: 210
  • Профессии: rogue
  • Вес: 30

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus3 bAutoSpell,"SO_CLOUD_KILL",1,1;
autobonus "{ bonus2 bMagicAtkEle,Ele_Poison,15; }",20,5000,BF_WEAPON;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,15;
   if (.@r>=9) {
      bonus2 bMagicAddSize,Size_Small,20;
      bonus2 bMagicAddSize,Size_Medium,20;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_Poison,15;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bSMatk,2;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bSMatk,1;
      bonus bSpl,3;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bMagicAtkEle,Ele_All,15;
      }
   }
}