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

Goral Crown [1] (BIOWEAPON_HELM_RK) – броня.

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

For every 2 refine levels, ATK +20.

If refine rate is 7 or higher, ASPD +10%.

If refine rate is 9 or higher, increases long ranged physical damage by 15%.

If refine rate is 11 or higher, increases physical damage against all size enemies by 10%.
------------------------
Set Bonus:
Biolab Aries Crown
Volar

Increases critical damage by 10%.
Increases Ignition Break damage by 12% per refine rate of Volar.
------------------------
Set Bonus:
Biolab Aries Crown
Vernan

Reduces the global delay of skills by 10%.
Increases Sonic Wave damage by 12% per refine rate of Vernan.
------------------------
Set Bonus:
Biolab Aries Crown
Argen Blanco

Reduces cooldown of Hundred Spears by 0.5 Seconds.
Increases Hundred Spear damage by 10% per refine rate of Argen Blanco.
------------------------
Def : 10

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

  • ID: 29203
  • Код: BIOWEAPON_HELM_RK
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 170
  • Профессии: knight
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bBaseAtk,20*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,10;
}
if (.@r>=9) {
   bonus bLongAtkRate,15;
}
if (.@r>=11) {
   bonus2 bAddSize,Size_All,10;
}