Nebula of Healing Lv2, (Renewal)
Nebula of Healing Lv2 (NEBULA_OF_HL2) – карта.

Increases heal effectiveness by 7%, MaxSP + 5%.
If refine rate is 9 or higher, increases heal effectiveness by additional 5%, additional MaxSP + 3%.
If refine rate is 11 or higher, increases heal effectiveness by additional 7%, additional MaxSP + 5%.
Базовые свойства предмета
- ID: 17755
 - Код: NEBULA_OF_HL2
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bMaxSPrate,5;
bonus bHealPower,7;
if (.@r>=9) {
   bonus bMaxSPrate,3;
   bonus bHealPower,5;
   if (.@r>=11) {
      bonus bMaxSPrate,5;
      bonus bHealPower,7;
   }
}