Wolf Orb (Hundred Wave), (Renewal)

Wolf Orb (Hundred Wave) (WOLF_ORB_SKILL_3) – карта.

Wolf Orb (Hundred Wave), (Renewal)

Increases Sonic Wave and Hundred Spear damage by 15%.
If refine rate is 7 or higher, Increases Sonic Wave and Hundred Spear damage by additional 15%.
If refine rate is 9 or higher, Increases Sonic Wave and Hundred Spear damage by additional 15%.
If refine rate is 11 or higher, Increases Sonic Wave damage by additional 15%, reduces skill cooldown of Hundred Spear by 0.5 seconds.

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

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

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",15;
bonus2 bSkillAtk,"RK_SONICWAVE",15;
if (.@r>=7) {
   bonus2 bSkillAtk,"RK_HUNDREDSPEAR",15;
   bonus2 bSkillAtk,"RK_SONICWAVE",15;
   if (.@r>=9) {
      bonus2 bSkillAtk,"RK_HUNDREDSPEAR",15;
      bonus2 bSkillAtk,"RK_SONICWAVE",15;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-500;
         bonus2 bSkillAtk,"RK_SONICWAVE",15;
      }
   }
}