Dress Hat [1], броня (Pre-Renewal)
Dress Hat [1] (DRESS_HAT) – броня.
![Dress Hat [1], броня (Pre-Renewal) Dress Hat [1], броня (Pre-Renewal)](/images/db/items/picture/5211.png)
A tiny and cute hat that can decorate a part of the head.
This hat, along with a pretty dress, makes the wearer want to go on a picnic.
Str +1, Int +1
MDef +7
Increases Atk, MAtk 2%, effectiveness of Heal skill +5%.
If upgraded to +7 or higher,
Additional Atk, MAtk and Heal effectiveness +1%.
Базовые свойства предмета
- ID: 5482
 - Код: DRESS_HAT
 - Тип: броня
 - Уровень брони: 1
 - Защита: 2
 - Требуемый уровень: 20
 
- Вес: 20
 
Скрипт
bonus bMdef,7;
bonus bStr,1;
bonus bInt,1;
bonus2 bAddClass,Class_All,2;
bonus bMAtkRate,2;
bonus bHealPower,5;
if (getrefine()>=7) {
   bonus2 bAddClass,Class_All,1;
   bonus bMAtkRate,1;
   bonus bHealPower,1;
}