Nebula of Healing Lv1, (Renewal)

Nebula of Healing Lv1 (NEBULA_OF_HL1) – карта.

Nebula of Healing Lv1, (Renewal)

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

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

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

Скрипт

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