Nebula of Healing Lv3, (Renewal)

Nebula of Healing Lv3 (NEBULA_OF_HL3) – карта.

Nebula of Healing Lv3, (Renewal)

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

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

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

Скрипт

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