Modification Orb (Heal), (Renewal)

Modification Orb (Heal) (IMPROVE_ORB_HEAL) – карта.

Modification Orb (Heal), (Renewal)

Increases the recovery rate of recovery skills by 5%.
If upgrade level is +7 or higher, increases the recovery rate of recovery skills by an additional 5%.
If upgrade level is +9 or higher, increases the recovery rate of recovery skills by an additional 5%.

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

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

Скрипт

.@r = getrefine();
bonus bHealPower,5;
if (.@r>=7) {
   bonus bHealPower,5;
   if (.@r>=9) {
      bonus bHealPower,5;
   }
}