Wolf Orb (Holy Judex), (Renewal)

Wolf Orb (Holy Judex) (WOLF_ORB_SKILL_26) – карта.

Wolf Orb (Holy Judex), (Renewal)

Increases Judex damage by 15%, increases holy property magical damage by 5%.
If refine rate is 7 or higher, increases Judex damage by additional 15%, increases holy property magical damage by additional 10%.
If refine rate is 9 or higher, increases Judex damage by additional 15%, increases holy property magical damage by additional 10%.
If refine rate is 11 or higher, increases Judex damage by additional 15%, increases holy property magical damage by additional 15%.

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

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

Скрипт

.@r = getrefine();
bonus2 bMagicAtkEle,Ele_Holy,5;
bonus2 bSkillAtk,"AB_JUDEX",15;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Holy,10;
   bonus2 bSkillAtk,"AB_JUDEX",15;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_Holy,10;
      bonus2 bSkillAtk,"AB_JUDEX",15;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_Holy,15;
         bonus2 bSkillAtk,"AB_JUDEX",15;
      }
   }
}