Scorpio Celestial Coronet [1], броня (Renewal)

Scorpio Celestial Coronet [1] (SCORPIO_DIADEM_K) – броня.

Scorpio Celestial Coronet [1], броня (Renewal)

A crown representing Scorpio.
Matk + 20 per 2 refine rate.
If upgrade level is +7 or higher, reduces variable casting time by 10%.
If upgrade level is +9 or higher, increase all property magical damage by 15%.
If refine rate is 11 or higher, increases magical damage against small and medium size enemies by 15%, reduces fixed casting time by 0.2 seconds.

When equipped with Cannon Rapier-OS, increases holy property magical damage by 5%, increases Genesis Ray damage by 4% per 2 refine rate of weapon.
When equipped with Rutilus Stick-OS, Matk + 30, increases Psychic Wave damage by 3% per 2 refine rate of weapon.
When equipped with Ultio-OS, increases holy property magical damage by 5%, increases Judex damage by 3% per 2 refine rate of weapon.
Required Lv: 130

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

  • ID: 29193
  • Код: SCORPIO_DIADEM_K
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 130
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bMatk,20*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-15;
}
if (.@r>=9) {
   bonus2 bMagicAtkEle,Ele_All,15;
}
if (.@r>=11) {
   bonus bFixedCast,-200;
   bonus2 bMagicAddSize,Size_Small,15;
   bonus2 bMagicAddSize,Size_Medium,15;
}