Evil Marcher Hat [1], броня (Renewal)
Evil Marcher Hat [1] (EVIL_MARCHER_HAT) – броня.
![Evil Marcher Hat [1], броня (Renewal) Evil Marcher Hat [1], броня (Renewal)](/images/db/items/picture/18522.png)
A dark marching hat worn by members of an undead band from Niffleheim.
Str +2. Attack +2% to all monsters.
If refined to +7 or higher, Critical +10%.
If refined to +9 or higher, the Attack and ranged attack damage increases by 5%.
Базовые свойства предмета
- ID: 24394
- Код: EVIL_MARCHER_HAT
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 50
Скрипт
bonus bStr,2;
bonus bMdef,1;
.@r = getrefine();
if (.@r>=7) {
bonus bCritAtkRate,10;
}
bonus2 bAddClass,Class_All,(.@r>=9?7:2);
if (.@r>=9) {
bonus bLongAtkRate,5;
}