Battle Hardened Amulet, броня (Renewal)

Battle Hardened Amulet (CHARM_STR) – броня.

Battle Hardened Amulet, броня (Renewal)

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: 22250
  • Код: CHARM_STR
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 1
  • Вес: 30

Скрипт

.@a = readparam(bStr);
bonus bMdef,2;
if (.@a>=60) {
   bonus bStr,2;
   if (.@a>=80) {
       bonus bStr,1;
       bonus bBaseAtk,5;
       if (.@a>=100) {
           bonus bBaseAtk,5;
           bonus bHit,2;
           if (.@a>=120) {
               bonus bBaseAtk,5;
               bonus bHit,3;
           }
       }
   }
}