Fire Dragon's Coat [1], броня (Renewal)
Fire Dragon's Coat [1] (FIRE_DRAGON_COAT) – броня.
![Fire Dragon's Coat [1], броня (Renewal) Fire Dragon's Coat [1], броня (Renewal)](/images/db/items/picture/20726.png)
A coat made out of a fire dragon's skin.
Required 
Max HP + 5%
Increases the damage of Fire property magical attacks on targets by 2%.
If upgrade level is +7 or higher,
Increases the damage of Fire property magical attacks on targets by an additional 3%.
Decreases the damage of Water property magical attacks on targets by 10%.
Базовые свойства предмета
- ID: 26289
 - Код: FIRE_DRAGON_COAT
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 30
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 30
 
Скрипт
bonus bMaxHPrate,5;
bonus2 bMagicAtkEle,Ele_Fire,2;
if (getrefine()>=7) {
   bonus2 bMagicAtkEle,Ele_Fire,3;
}
bonus2 bMagicAtkEle,Ele_Water,-10;