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

Saint Crown [1] (BIOWEAPON_HELM_AB) – броня.

Saint 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 all property magical damage by 10%,
increases physical damage against all size enemies by 10%.
------------------------
Set Bonus:
Biolab Cancer Diadem
Adorare Staff

Increases Holy property magical damage by 10%.
increases Adoramus damage by 5% per refine rate of Adorare Staff.
------------------------
Set Bonus:
Biolab Cancer Diadem
Penitentia

Increases Holy property magical damage by 10%.
increases Judex damage by 10% per refine rate of Penitentia.
------------------------
Set Bonus:
Biolab Cancer Diadem
Lucis Flail

Increases physical damage against all size enemies by 10%.
Increases Duple Light damage by 10% per refine rate of Lucis Flail.
------------------------
Def : 10

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

  • ID: 29239
  • Код: BIOWEAPON_HELM_AB
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 170
  • Профессии: priest
  • Вес: 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) {
   bonus bMatkRate,15;
   bonus bAtkRate,15;
}
if (.@r>=11) {
   bonus2 bMagicAtkEle,Ele_All,10;
   bonus2 bAddSize,Size_All,10;
}