Wolf Orb (Shadow Spell), (Renewal)
Wolf Orb (Shadow Spell) (WOLF_ORB_SKILL_17) – карта.

Increases all property magical damage by 15%.
If refine rate is 7 or higher, increases all property magical damage by additional 15%.
If refine rate is 9 or higher, increases all property magical damage by additional 15%.
If refine rate is 11 or higher, increases all property magical damage by additional 15%.
Базовые свойства предмета
- ID: 17549
 - Код: WOLF_ORB_SKILL_17
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,15;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,15;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,15;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_All,15;
      }
   }
}