Driver Band [1], броня (Renewal)

Driver Band [1] (DRIVER_BAND) – броня.

Driver Band [1], броня (Renewal)

A special hairband which is designed to use the most frequently used tools.
Str +1, Dex +1, Mdef +5.
When pure Str is 120, Atk +10, Cri +3.

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

  • ID: 23067
  • Код: DRIVER_BAND
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 100
  • Профессии: blacksmith
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

bonus bStr,1;
bonus bDex,1;
bonus bMdef,5;
if (readparam(bStr)>=120) {
   bonus bBaseAtk,10;
   bonus bCritical,3;
}