Good Health Amulet, броня (Renewal)
Good Health Amulet (CHARM_VIT) – броня.

A glove that grows in strength with you.
Max HP + 100
Max SP + 20
Crit + 1 for every 10 base Luk.
If the user's base Luk is 110 or higher, increases critical damage on targets by 1%.
Базовые свойства предмета
- ID: 22252
 - Код: CHARM_VIT
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 1
 
- Вес: 30
 
Скрипт
.@a = readparam(bVit);
bonus bMdef,2;
if (.@a>=60) {
   bonus bVit,2;
   if (.@a>=80) {
       bonus bVit,1;
       bonus bMaxHP,50;
       if (.@a>=100) {
           bonus bMaxHP,150;
           bonus bFlee2,1;
           if (.@a>=120) {
               bonus bMaxHP,100;
               bonus bFlee2,3;
           }
       }
   }
}