Zaha Doll Hat [1], броня (Renewal)
Zaha Doll Hat [1] (ZAHA_DOLL_HAT) – броня.
![Zaha Doll Hat [1], броня (Renewal) Zaha Doll Hat [1], броня (Renewal)](/images/db/items/picture/5464.png)
Zaha doll hat which resembles angel of Zaha. It looks great on your head.
INT + 3. MDEF + 9.
Increases Magic Damage versus undead by 10%
When using Magic attacks or attacked by Magic jas a chance to transform the wearer into the White Lady for a short period of time.
During the transformation does the following.
-Increases MAtk by 30 * Refine Level (Minimum 30)
-Reduces Fixed Cast Time by 80 miliseconds * Refine Level (Minimum 80)
-Drains 10 sp/sec from the wearer
Item
Базовые свойства предмета
- ID: 22782
- Код: ZAHA_DOLL_HAT
- Тип: броня
- Уровень брони: 1
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
bonus bInt,3; bonus bMdef,9; bonus2 bMagicAddRace,RC_Undead,10; .@t = 2+(getrefine()/3)*1000; autobonus "{ .@r = max(1,getrefine()); bonus bMatk,30*.@r; bonus bFixedCast,-80*.@r; bonus2 bSPLossRate,10,1000; }",15,.@t,BF_MAGIC,"{ active_transform 1518,3000; specialeffect2 EF_POTION_BERSERK; showscript \"This is my magic Power!\"; }"; autobonus2 "{ .@r = max(1,getrefine()); bonus bMatk,30*.@r; bonus bFixedCast,-80*.@r; bonus2 bSPLossRate,10,1000; }",15,.@t,BF_MAGIC,"{ active_transform 1518,3000; specialeffect2 EF_POTION_BERSERK; showscript \"How dare you! I punish you to endless sleep!\"; }";