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