Sagittarius Crown [1], броня (Renewal)

Sagittarius Crown [1] (SAGITTARIUS_CROWN) – броня.

Sagittarius Crown [1], броня (Renewal)

A magnificent crown created to pay tribute to the 9th sign of the zodiac, Sagittarius the Archer. Attached to the crown is a Zircon gemstone, the birthstone for those born under this sign.
Dex + 2
Reduces damage taken from Fire property attacks by 7%.
If upgrade level is +7 or higher,
Aspd + 2%
If upgrade level is +8 or higher,
Agi + 2
If upgrade level is +9 or higher,
Increases long-ranged damage on targets by 5%.
If upgrade level is +10 or higher,
Adds a chance of buffing the user for 10 seconds when performing a physical attack;
Agi + 10
Dex + 10

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

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

Скрипт

bonus bDex,2;
bonus2 bSubEle,Ele_Fire,7;
.@r = getrefine();
if (.@r>6) {
   bonus bAspdRate,2;
}
if (.@r>7) {
   bonus bAgi,2;
}
if (.@r>8) {
   bonus bLongAtkRate,5;
}
if (.@r>9) {
   autobonus "{ bonus bAgi,10; bonus bDex,10; }",3,10000,BF_NORMAL,"{ specialeffect2 EF_ENHANCE; }";
}