Varmundt's Crystal (Plain) Lv3, (Renewal)

Varmundt's Crystal (Plain) Lv3 (BARMUND_PLAIN3) – карта.

Varmundt's Crystal (Plain) Lv3, (Renewal)

Increases physical and magical damage against wind and earth property enemies by 10%.
[Grade D] or higher, increases physical and magical damage against wind and earth property enemies by an additional 4%.
[Grade C] or higher, increases physical and magical damage against wind and earth property enemies by an additional 4%.
[Grade B] or higher, increases physical and magical damage against wind and earth property enemies by an additional 6%.
[Grade A] or higher, increases physical and magical damage against wind and earth property enemies by an additional 6%.

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

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

Скрипт

.@g = getenchantgrade();
bonus2 bMagicAddEle,Ele_Earth,10;
bonus2 bAddEle,Ele_Earth,10;
bonus2 bMagicAddEle,Ele_Wind,10;
bonus2 bAddEle,Ele_Wind,10;
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bAddEle,Ele_Earth,4;
   bonus2 bAddEle,Ele_Wind,4;
   bonus2 bMagicAddEle,Ele_Earth,4;
   bonus2 bMagicAddEle,Ele_Wind,4;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddEle,Ele_Earth,4;
      bonus2 bAddEle,Ele_Wind,4;
      bonus2 bMagicAddEle,Ele_Earth,4;
      bonus2 bMagicAddEle,Ele_Wind,4;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddEle,Ele_Earth,6;
         bonus2 bAddEle,Ele_Wind,6;
         bonus2 bMagicAddEle,Ele_Earth,6;
         bonus2 bMagicAddEle,Ele_Wind,6;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bAddEle,Ele_Earth,6;
            bonus2 bAddEle,Ele_Wind,6;
            bonus2 bMagicAddEle,Ele_Earth,6;
            bonus2 bMagicAddEle,Ele_Wind,6;
         }
      }
   }
}