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

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

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

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

When equipped with Cannon Rapier-OSAD, Matk + 70,
increases Hell Inferno damage by 7% per 2 refine rate of weapon.

When equipped with Rutilus Stick-OSAD, Matk + 70,
increases Comet damage by 5% and Crimson Rock damage by 7% per 2 refine rate of weapon.

When equipped with Kuroiro-OSAD, increases water, wind and fire property magical damage by 7%,
increases Flaming Petals, Freezing Spear and Wind Blade damage by 5% per 2 refine rate of weapon.

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

  • ID: 29375
  • Код: LARGE_SORCERER_CROWN_LT
  • Тип: броня
  • Уровень брони: 2
  •  
  • Требуемый уровень: 170
  • Вес: 10

Скрипт

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