Varmundt's Crystal (Death) Lv5, (Renewal)

Varmundt's Crystal (Death) Lv5 (BARMUND_DEATH5) – карта.

Varmundt's Crystal (Death) Lv5, (Renewal)

Increases physical and magical damage against ghost and undead property enemies by 10%.
[Grade D] or higher, increases physical and magical damage against ghost and undead property enemies by an additional 7%.
[Grade C] or higher, increases physical and magical damage against ghost and undead property enemies by an additional 7%.
[Grade B] or higher, increases physical and magical damage against ghost and undead property enemies by an additional 8%.
[Grade A] or higher, increases physical and magical damage against ghost and undead property enemies by an additional 8%.

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

  • ID: 18430
  • Код: BARMUND_DEATH5
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@g = getenchantgrade();
bonus2 bMagicAddEle,Ele_Undead,10;
bonus2 bAddEle,Ele_Undead,10;
bonus2 bMagicAddEle,Ele_Ghost,10;
bonus2 bAddEle,Ele_Ghost,10;
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bAddEle,Ele_Undead,7;
   bonus2 bMagicAddEle,Ele_Undead,7;
   bonus2 bAddEle,Ele_Ghost,7;
   bonus2 bMagicAddEle,Ele_Ghost,7;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddEle,Ele_Undead,7;
      bonus2 bMagicAddEle,Ele_Undead,7;
      bonus2 bAddEle,Ele_Ghost,7;
      bonus2 bMagicAddEle,Ele_Ghost,7;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddEle,Ele_Undead,8;
         bonus2 bMagicAddEle,Ele_Undead,8;
         bonus2 bAddEle,Ele_Ghost,8;
         bonus2 bMagicAddEle,Ele_Ghost,8;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bAddEle,Ele_Undead,8;
            bonus2 bMagicAddEle,Ele_Undead,8;
            bonus2 bAddEle,Ele_Ghost,8;
            bonus2 bMagicAddEle,Ele_Ghost,8;
         }
      }
   }
}