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

Libra Crown [1] (BIOWEAPON_HELM_WM) – броня.

Libra 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, Increases long ranged physical damage by 10%,
increases Neutral property magical damage by 10%.

If refine rate is 11 or higher, increases all property magical damage by 10%,
increases physical damage against all size enemies by 10%.
------------------------
Set Bonus:
Biolab Libra Crown
Black Circle or Heart Whip

Increases Neutral property magical damage by 10%.
increases Metallic Sound damage by 5% per refine rate of Black Circle or Heart Whip.
------------------------
Set Bonus:
Biolab Libra Crown
Antique Cello or Scarlet Ribbon

Increases long ranged physical damage by 10%.
Increases Severe Rainstorm damage by 10% per refine rate of Antique Cello or Scarlet Ribbon.
------------------------
Set Bonus:
Biolab Libra Crown
Wind Gale

Increases long ranged physical damage by 10%.
Increases Severe Rainstorm damage by 10% per refine rate of Wind Gale.
------------------------
Def : 10

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

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

Скрипт

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