Wolf Orb (Tornado Swing), (Renewal)

Wolf Orb (Tornado Swing) (WOLF_ORB_SKILL_9) – карта.

Wolf Orb (Tornado Swing), (Renewal)

Increases Axe Tornado and Power Swing damage by 15%.
If refine rate is 7 or higher, increases Axe Tornado and Power Swing damage by additional 15%.
If refine rate is 9 or higher, increases Axe Tornado and Power Swing damage by additional 15%.
If refine rate is 11 or higher, increases Axe Tornado and Power Swing damage by additional 15%.

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

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

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"NC_AXETORNADO",15;
bonus2 bSkillAtk,"NC_POWERSWING",15;
if (.@r>=7) {
   bonus2 bSkillAtk,"NC_AXETORNADO",15;
   bonus2 bSkillAtk,"NC_POWERSWING",15;
   if (.@r>=9) {
      bonus2 bSkillAtk,"NC_AXETORNADO",15;
      bonus2 bSkillAtk,"NC_POWERSWING",15;
      if (.@r>=11) {
         bonus2 bSkillAtk,"NC_AXETORNADO",15;
         bonus2 bSkillAtk,"NC_POWERSWING",15;
      }
   }
}