Wolf Orb (Magical Force) Level 1, (Renewal)

Wolf Orb (Magical Force) Level 1 (WOLF_ORB_M_F_1) – карта.

Wolf Orb (Magical Force) Level 1, (Renewal)

Increases magical damage against all size enemies by 2%.
If refine rate is 7 or higher, increases magical damage against all size enemies by additional 2%.
If refine rate is 9 or higher, increases magical damage against all size enemies by additional 2%.
If refine rate is 11 or higher, increases magical damage against all size enemies by additional 2%.

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

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

Скрипт

.@r = getrefine();
bonus2 bMagicAddSize,Size_All,2;
if (.@r>=7) {
   bonus2 bMagicAddSize,Size_All,2;
   if (.@r>=9) {
      bonus2 bMagicAddSize,Size_All,2;
      if (.@r>=11) {
         bonus2 bMagicAddSize,Size_All,2;
      }
   }
}