Flying Helmet [1], броня (Renewal)
Flying Helmet [1] (FLYING_HELMET) – броня.
![Flying Helmet [1], броня (Renewal) Flying Helmet [1], броня (Renewal)](/images/db/items/picture/5937.png)
A hat which will help you to see things that are far away while you are in the air. It will also help you sense danger more quicker.
Mdef + 5
Restores 100 HP to the user when a monster is killed by a short-ranged attack.
Restores 5 SP to the user when a Dragon race monster is killed by a short-ranged attack.
If upgrade level is +5 or higher,
Reduces damage taken from Dragon race enemies by 5%.
If upgrade level is +7 or higher,
Reduces damage taken from Dragon race enemies by an additional 5%.
Базовые свойства предмета
- ID: 23238
- Код: FLYING_HELMET
- Тип: броня
- Уровень брони: 1
- Защита: 5
- Требуемый уровень: 20
- Цена покупки: 1 з
- Вес: 30
Скрипт
bonus bMdef,5; bonus bHPGainValue,100; bonus2 bSPGainRace,RC_Dragon,5; .@r = getrefine(); if (.@r>=5) { bonus2 bSubRace,RC_Dragon,5; } if (.@r>=7) { bonus2 bSubRace,RC_Dragon,5; }