Ice Magic Orb (Heal), (Renewal)

Ice Magic Orb (Heal) (ICE_F_ORB_HEAL) – карта.

Ice Magic Orb (Heal), (Renewal)

Increases heal effectiveness by 5%.
If refine rate is 7 or higher, increases heal effectiveness by additional 5%.
If refine rate is 9 or higher, increases heal effectiveness by additional 7%.
If refine rate is 11 or higher, increases heal effectiveness by additional 7%.

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

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

Скрипт

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