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

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

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

Atk + 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 long ranged physical damage by 20%.
If refine rate is 10 or higher, increases physical damage against small and medium size enemies by 20%, reduces fixed casting time by 0.2 seconds.

When equipped with Burning Knuckle-OSAD, reduces skill cooldown of Rampage Blast by 1 second,
increases long ranged physical damage by 4% per 2 refine rate of weapon.

When equipped with Saphir Mace-OSAD, reduces variable casting time by 10%,
increases Acid Bomb damage by 5% per 2 refine rate of weapon.

When equipped with HR-S55-OSAD, increases long ranged physical damage by 10%,
increases Hammer of God damage by 5% per 2 refine rate of weapon.

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

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

Скрипт

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