Aqua Robe, броня (Renewal)
Aqua Robe (AQUA_ROBE) – броня. Выпадает из монстров: Solid Snowier, Snowier.

An elegant blue robe imbued with the power of water.
Property: Water
Int + 1
Mdef + 10
Reduces the variable casting time of Storm Gust by 3 seconds.
If the user's base Int is 120 or higher, additional Int + 1.
Set Bonus
Aqua Staff [2]
Aqua Robe
Aqua Shoes [1]
Aqua Orb [1]
Increases the damage of Water property magical attacks on targets by 40%.
Reduces the damage of Wind property magical attacks on targets by 30%.
Increases damage taken from Wind property attacks by 50%.
Set Bonus
Empowered Aqua Staff [1]
Aqua Robe
Aqua Shoes [1]
Aqua Orb [1]
Increases the damage of Water property magical attacks on targets by 60%.
Reduces the damage of Wind property magical attacks on targets by 60%.
Increases damage taken from Wind property attacks by 50%.
Базовые свойства предмета
- ID: 23789
 - Код: AQUA_ROBE
 - Тип: броня
 - Уровень брони: 1
 - Защита: 40
 - Требуемый уровень: 100
 - Профессии: wizard
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 50
 
Скрипт
bonus bDefEle,Ele_Water;
bonus bMdef,10;
bonus bInt,1;
bonus2 bSkillVariableCast,"WZ_STORMGUST",-3000;
if (readparam(bInt)>=120) {
   bonus bInt,1;
}
