Aquarius Diadem, броня (Pre-Renewal)
Aquarius Diadem (AQUARIUS_DIADEM) – броня.

This diadem honors Aquarius, the 11th astrological sign in the zodiac calendar. Its power increases defense from Wind attacks.
Str + 2
Flee + 10
Reduces damage taken from Wind property attacks by 5%.
If upgrade level is +7 or higher,
Atk + 15
Def + 1
Базовые свойства предмета
- ID: 5770
- Код: AQUARIUS_DIADEM
- Тип: броня
- Уровень брони: 1
- Защита: 6
- Требуемый уровень: 70
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 30
Скрипт
bonus bStr,2;
bonus bFlee,10;
bonus2 bSubEle,Ele_Wind, 5;
if (getrefine()>6) {
bonus bDef, 1;
bonus bBaseAtk,15;
}