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

Bull Crown [1] (BIOWEAPON_HELM_NC) – броня.

Bull 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 Taurus Crown
Golden Wrench

Increases physical damage against all size enemies by 10%.
Increases Power Swing damage by 10% per refine rate of Golden Wrench.
------------------------
Set Bonus:
Biolab Taurus Crown
Engine Pilebunker

Increases long ranged physical damage by 15%.
Increases Arm Cannon damage by 10% per refine rate of Engine Pilebunker.
------------------------
Set Bonus:
Biolab Taurus Crown
Maxi Spanner

Increases physical damage against all size enemies by 10%.
Increases Axe Tornado damage by 10% per refine rate of Maxi Spanner.
------------------------
Def : 10

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

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