Wolf Orb (Power of Life), (Renewal)

Wolf Orb (Power of Life) (WOLF_ORB_SKILL_51) – карта.

Wolf Orb (Power of Life), (Renewal)

Increases Picky Peck and Lunatic Carrot Beat damage by 15%.
If refine rate is 7 or higher, increases Picky Peck and Lunatic Carrot Beat damage by additional 15%.
If refine rate is 9 or higher, increases Picky Peck and Lunatic Carrot Beat damage by additional 15%.
If refine rate is 11 or higher, increases Picky Peck and Lunatic Carrot Beat damage by additional 15%.

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

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

Скрипт

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