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

Goat Crown [1] (BIOWEAPON_HELM_SC) – броня.

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

For every 2 refine levels, ATK +20, MATK +20.

If refine rate is 7 or higher, ASPD +10% and reduces variable casting time by 10%.

If refine rate is 9 or higher, ATK +15% and MATK +15%.

If refine rate is 11 or higher, increases physical and magical damage against all size enemies by 10%.
------------------------
Set Bonus:
Biolab Capricorn Crown
Jack the Knife

Reduces global cooldown by 10%,
increases Fatal Menace damage by 10% per refine rate of Jack the Knife.
------------------------
Set Bonus:
Biolab Capricorn Crown
Platinum Dagger

Increases all property magical damage by 10%.
Increases all property magical damage by 5% per refine rate of Platinum Dagger.
------------------------
Set Bonus:
Biolab Capricorn Crown
Rapid Fire

Increases long ranged physical damage by 10%.
Increases Triangle Shot damage by 10% per refine rate of Rapid Fire.
------------------------
Def : 10

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

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

Скрипт

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