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

Spinel Diadem [1] (BIOWEAPON_HELM_SO) – броня.

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

For every 2 refine levels, MATK +2% and increases SP recovery rate by 6%.

If refine rate is 7 or higher, All Basic Stat +3.

If refine rate is 9 or higher, reduces variable casting time by 10%.

If refine rate is 11 or higher, increases Neutral, Earth, and Water property magical damage by 20%.
------------------------
Set Bonus:
Biolab Aquarius Diadem
Boltgin

MATK +2%.
increases Fire Bolt, Cold Bolt and Lightning Bolt damage by 3% per refine rate of Boltgin.
------------------------
Set Bonus:
Biolab Aquarius Diadem
Psychic Spear Rod

Increases Neutral and Wind property magical damage by 3%.
Increases Varetyr Spear damage by 3% per refine rate of Psychic Spear Rod.
------------------------
Set Bonus:
Biolab Aquarius Diadem
Dust Grave

Increases Water and Earth property magical damage by 3%.
Increases Diamond Dust damage by 3% per refine rate of Dust Grave.
------------------------
Def : 10

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

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

Скрипт

.@r = getrefine();
bonus bSPrecovRate,6*(.@r/2);
bonus bMatkRate,2*(.@r/2);
if (.@r>=7) {
   bonus bAllStats,3;
}
if (.@r>=9) {
   bonus bVariableCastrate,-10;
}
if (.@r>=11) {
   bonus2 bMagicAtkEle,Ele_Neutral,20;
   bonus2 bMagicAtkEle,Ele_Earth,20;
   bonus2 bMagicAtkEle,Ele_Water,20;
}