Stripe Hat [1], броня (Renewal)

Stripe Hat [1] (STRIPE_HAT) – броня.

Stripe Hat [1], броня (Renewal)

A hat featuring a long stripe from the brim to the back of the head.
Atk + 20 per 2 refine rate.
If upgrade level is +7 or higher, reduces variable casting time by 10%.
If upgrade level is +9 or higher, increase long ranged 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 Boost Lance-OS, Atk + 30, increases Cannon Spear damage by 4% per 2 refine rate of weapon.
When equipped with MH-P89-OS, increases Severe Rainstorm damage by 10%, increases long ranged physical damage by 3% per 2 refine rate of weapon.
When equipped with AC-B44-OS, reduces delay after skill by 10%, increases long ranged physical damage by 3% per 2 refine rate of weapon.
Required Lv: 130

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

  • ID: 29184
  • Код: STRIPE_HAT
  • Тип: броня
  • Уровень брони: 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;
}