Virgo Crown, броня (Renewal)
Virgo Crown (VIRGO_CROWN) – броня.

A magnificent crown created to pay tribute to the 6th sign of the zodiac, Virgo the Virgin. Attached to the crown is a Sapphire gemstone, the birthstone for those born under this sign.
Dex +2, Aspd +1%.
If refined to 7 or higher,
Resistance to Earth Property +5%,
While attacking, has a chance of adding Dex +20 for 6 seconds.
Базовые свойства предмета
- ID: 22916
 - Код: VIRGO_CROWN
 - Тип: броня
 - Уровень брони: 1
 - Защита: 3
 - Требуемый уровень: 1
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 30
 
Скрипт
bonus bDex,2;
bonus bAspdRate,1;
if (getrefine()>6) {
   bonus2 bSubEle,Ele_Earth,5;
   autobonus "{ bonus bDex,20; }",30,6000,BF_MAGIC,"{ specialeffect2 EF_WIND; }";
   autobonus "{ bonus bDex,20; }",30,6000,BF_NORMAL,"{ specialeffect2 EF_WIND; }";
}