Red Clock Casquette-LT [1], броня (Renewal)

Red Clock Casquette-LT [1] (CLOCK_CASKET_RD_LT) – броня.

Red Clock Casquette-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 melee and 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 Meuchler-OSAD, Atk + 70,
increases Rolling Cutter damage by 7% per 2 refine rate of weapon.

When equipped with Circuit Board-OSAD, Atk + 70,
increases Solar Burst damage by 7% per 2 refine rate of weapon.

When equipped with Beam Claymore-OSAD, reduces skill cooldown of Ignition Break by 1 second,
increases Ignition Break damage by 7% per 2 refine rate of weapon.

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

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

Скрипт

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