Great Magician's Ceremonial Crown [1], броня (Renewal)

Great Magician's Ceremonial Crown [1] (LARGE_SORCERER_CROWN) – броня.

Great Magician's Ceremonial Crown [1], броня (Renewal)

A crown worn by a great archmagus.
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, Matk + 30, increases Hell Inferno damage by 4% per 2 refine rate of weapon.
When equipped with Rutilus Stick-OS, Matk + 30, increases Comet damage by 5% per 2 refine rate of weapon.
When equipped with Kuroiro-OS, increases water, wind and fire property magical damage by 5%, increases Flaming Petals, Freezing Spear and Wind Blade damage by 3% per 2 refine rate of weapon.
Required Lv: 130

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

  • ID: 29189
  • Код: LARGE_SORCERER_CROWN
  • Тип: броня
  • Уровень брони: 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;
}