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

Scorpio Celestial Coronet-LT [1] (SCORPIO_DIADEM_K_LT) – броня.

Scorpio Celestial Coronet-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, reduces skill cooldown of Genesis Ray by 1 second,
increases Genesis Ray damage by 7% per 2 refine rate of weapon.

When equipped with Rutilus Stick-OSAD, reduces skill cooldown of Psychic Wave by 1 second,
increases Psychic Wave damage by 7% per 2 refine rate of weapon.

When equipped with Ultio-OSAD, increases holy property magical damage by 7%,
increases Judex damage by 5% per 2 refine rate of weapon.

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

  • ID: 29374
  • Код: SCORPIO_DIADEM_K_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;
      }
   }
}