Wolf Orb (Powerful) Level 1, (Renewal)

Wolf Orb (Powerful) Level 1 (WOLF_ORB_P_FULL_1) – карта.

Wolf Orb (Powerful) Level 1, (Renewal)

Increases melee and long ranged physical damage by 2%, increases all property magical damage by 2%.
If refine rate is 7 or higher, increases melee and long ranged physical damage by additional 2%, increases all property magical damage by additional 2%.
If refine rate is 9 or higher, increases melee and long ranged physical damage by additional 2%, increases all property magical damage by additional 2%.
If refine rate is 11 or higher, increases melee and long ranged physical damage by additional 2%, increases all property magical damage by additional 2%.

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

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

Скрипт

.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,2;
bonus bLongAtkRate,2;
bonus bShortAtkRate,2;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,2;
   bonus bLongAtkRate,2;
   bonus bShortAtkRate,2;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,2;
      bonus bLongAtkRate,2;
      bonus bShortAtkRate,2;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_All,2;
         bonus bLongAtkRate,2;
         bonus bShortAtkRate,2;
      }
   }
}