Red Clark Casquette [1], броня (Renewal)

Red Clark Casquette [1] (CLOCK_CASKET_RD) – броня.

Red Clark Casquette [1], броня (Renewal)

The hat worn by the repairman of the Aldebaran clock tower. The watch decoration is particularly attractive.
It is adapted to suit OS weapons.
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 physical damage by 15%.
If refine rate is 11 or higher, increases physical damage against small and medium size enemies by 15%, reduces fixed casting time by 0.2 seconds.

When equipped with Meuchler-OS, Atk + 30, increases Rolling Cutter damage by 4% per 2 refine rate of weapon.
When equipped with Circuit Board-OS, Atk + 30, increases Solar Burst damage by 4% per 2 refine rate of weapon.
When equipped with Beam Claymore-OS, Cri + 10, increases physical and magical damage against large size enemies by 4% per 2 refine rate of weapon.

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

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

Скрипт

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