Driver Band [1], броня (Renewal)
Driver Band [1] (DRIVER_BAND_) – броня.
![Driver Band [1], броня (Renewal) Driver Band [1], броня (Renewal)](/images/db/items/picture/5760.png)
A special hairband which is designed to use the most frequently used tools.
Account Bound
Str + 1
Dex + 1
Mdef + 5
Atk + 10 and Crit + 3, if the user's base Str is 120 or higher.
Базовые свойства предмета
- ID: 23078
 - Код: 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;
}