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

Striking Hat [1] (STRIKING_HAT) – броня.

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

Increase ranged physical damage by 5%
ASPD + 10%
Perfect Hit + 10%
Increase Hit +2 and reduce after cast delay by 2% per 1 refine rate

When refined to +7 or higher, additional increase ranged physical damage by 10%
Additional Perfect Hit + 20%

When refined to +9 or higher, additional increase ranged physical damage by 10%
Additional Perfect Hit + 20%

SET BONUS
Striking Mikoshi
Striking Hat
Increase ranged physical attack to all enemies by 25%, recovers 5 SP per hit.

Required level : 100

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

  • ID: 25056
  • Код: STRIKING_HAT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 5
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 40

Скрипт

.@r = getrefine();
bonus bDex,5;
bonus bAgi,5;
bonus bLongAtkRate,5;
bonus bAspdRate,10;
bonus bPerfectHitAddRate,10;
bonus bHit,2*.@r;
bonus bDelayrate,-2*.@r;
if (.@r>=7) {
   bonus bPerfectHitAddRate,20;
   bonus bLongAtkRate,10;
}
if (.@r>=9) {
   bonus bPerfectHitAddRate,20;
   bonus bLongAtkRate,10;
}