King Poring Hat [1], броня (Renewal)
King Poring Hat [1] (KING_PORING_HAT) – броня.
![King Poring Hat [1], броня (Renewal) King Poring Hat [1], броня (Renewal)](/images/db/items/picture/18785.png)
A hat made in honor of the warrior King Poring.
Dex + 1
Luk + 1
Additional Dex + 1 and Luk + 1 per upgrade level of the item past the upgrade level of 5.
Базовые свойства предмета
- ID: 24650
- Код: KING_PORING_HAT
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 10
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 60
Скрипт
bonus bDex,1;
bonus bLuk,1;
.@r = getrefine();
if (.@r>=3) {
bonus bDex,(.@r-4);
bonus bLuk,(.@r-4);
}