Taurus Diadem [1], броня (Renewal)

Taurus Diadem [1] (BIOWEAPON_HELM_GN) – броня.

Taurus Diadem [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 Taurus Diadem
Coolant Injection

Increases long ranged physical damage by 10%.
Increases Cart Cannon damage by 10% per refine rate of Coolant Injection.
------------------------
Set Bonus:
Biolab Taurus Diadem
Generod

Increases physical damage against all size enemies by 10%.
Increases Crazy Vines damage by 10% per refine rate of Generod.
------------------------
Set Bonus:
Biolab Taurus Diadem
Istal

Increases physical damage against all size enemies by 10%.
Increases Spore Explosion damage by 10% per refine rate of Istal.
------------------------
Def : 10

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

  • ID: 29223
  • Код: BIOWEAPON_HELM_GN
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 170
  • Профессии: alchemist
  • Вес: 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;
}