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

Sagittarius Celestial Coronet [1] (SAGITTARIUS_DIADEMK) – броня.

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

Crown to represent the ninth eclipse of Sagittarius. Zircon, the birthstone, is embedded in it.
Modified to suit OS Weapons.
Every 2 Refine, ATK +20.
When Refined to 7, Variable Casting Time decreased by 15%.
When Refined to 9, Distance Physical damage increased by 15%.
When Refined to 11, , physical damage given to small and medium enemies increased by 15%. Fixed Casting reduced by 0.2s.

When worn together with Burning Knuckle OS, cooltime of Rampage Blaster skill decreased by 1s, Distance Physical damage increased by 3% per 2 levels of weapon Refine.
When worn together with Saphir Hall OS, Variable Casting Time decreased by 10%, damage of Acid Bomb skill is increased by 3% per 2 levels of weapon Refine.
When worn together with HR-S55-OS, Distance Physical damage increased by 5%, damage of God's Hammer skill is increased by 3% per 2 levels of weapon Refine.

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

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

Скрипт

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