Wolf Orb (Sound Metal), (Renewal)

Wolf Orb (Sound Metal) (WOLF_ORB_SKILL_34) – карта.

Wolf Orb (Sound Metal), (Renewal)

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

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

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

Скрипт

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