Scorpio Crown, броня (Renewal)

Scorpio Crown (SCORPIO_CROWN) – броня.

Scorpio Crown, броня (Renewal)

A magnificent crown created to pay tribute to the 8th sign of the zodiac, Scorpio the Scorpion. Attached to the crown is a Topaz gemstone, the birthstone for those born under this sign.
Atk +5. Aspd +3% (Attack after delay 3%)
Increases resistance against Water property by 5%.
If refined to 7, when attacking, has a chance of autocasting Lv 3 Mild Wind.
If refined to 8, Aspd +2%. (Attack after delay 2%)
If refined to 9, has a chance of autocasting Lv 5 Frost Nova.
If refined to 10, Aspd +2%. (Attack after delay 2&), Atk +5.
Required level : 1

Базовые свойства предмета

  • ID: 22994
  • Код: SCORPIO_CROWN
  • Тип: броня
  • Уровень брони: 1
  • Защита: 3
  •  
  • Требуемый уровень: 1
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

bonus bAspdRate,3;
bonus2 bSubEle,Ele_Water,5;
.@r = getrefine();
bonus bBaseAtk,5;
if (.@r>6) {
   bonus3 bAutoSpell,"TK_SEVENWIND",3,20;
}
if (.@r>7) {
   bonus bAspdRate,2;
}
if (.@r>8) {
   bonus3 bAutoSpell,"WZ_FROSTNOVA",5,10;
}
if (.@r>9) {
   bonus bAspdRate,2;
   bonus bBaseAtk,5;
}