Cancer Crown, броня (Renewal)
Cancer Crown (CANCER_CROWN) – броня.

A magnificent crown created to pay tribute to the 4th sign of the zodiac, Cancer the Crab. Attached to the crown is a Ruby gemstone, the birthstone for those born under this sign.
Str + 2
Reduces damage taken from Water property attacks by 5%.
If upgrade level is +7 or higher,
Atk + 15
Def + 1
Flee + 10
Базовые свойства предмета
- ID: 22900
 - Код: CANCER_CROWN
 - Тип: броня
 - Уровень брони: 1
 - Защита: 3
 - Требуемый уровень: 70
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 30
 
Скрипт
bonus bStr,2;
bonus2 bSubEle,Ele_Water,5;
if (getrefine()>6) {
   bonus bDef,1;
   bonus bBaseAtk,15;
   bonus bFlee,10;
}