Boitata Hat [1], броня (Renewal)
Boitata Hat [1] (BOITATA_HAT_J) – броня.
![Boitata Hat [1], броня (Renewal) Boitata Hat [1], броня (Renewal)](/images/db/items/picture/5940.png)
A hat made in honor of the guardian deity sleeping in the waterfall to protect Brasilis.
MDEF +5.
Recovers SP by 5 when killing brute monsters using melee physical attacks.
Recovers HP by 100 when killing monsters using melee physical attacks.
When refined to +5 or higher, reduce incoming damage from brute monsters by 5%.
When refined to +7 or higher, reduce incoming damage from brute monsters by additional 5%.
Required level : 20
Базовые свойства предмета
- ID: 23240
- Код: BOITATA_HAT_J
- Тип: броня
- Уровень брони: 1
- Защита: 5
- Требуемый уровень: 20
- Вес: 30
Скрипт
.@r = getrefine(); bonus bMdef,5; bonus bHPGainValue,100; bonus2 bSPGainRace,RC_Brute,5; if (.@r >= 5) { bonus2 bSubRace,RC_Brute,5; if (.@r >= 7) bonus2 bSubRace,RC_Brute,5; }