Racing Cap (Guillotine Cross) [1], броня (Renewal)

Racing Cap (Guillotine Cross) [1] (RACING_C_CROSS) – броня.

Racing Cap (Guillotine Cross) [1], броня (Renewal)

Atk + 10 per 2 refine rate.
Increases attack speed (reduces delay after attack by 2%) per 3 refine rate.
If refine rate is 8 or higher, increases critical damage by 5% per level of Left Hand Mastery user learned.
If refine rate is 11 or higher, has a chance to gain critical damage + 20% when dealing physical damage.

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

  • ID: 24958
  • Код: RACING_C_CROSS
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Профессии: assassin
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=8)
   bonus bCritAtkRate,5*getskilllv("AS_LEFT");
if (.@r>=11)
   autobonus "{ bonus bCritAtkRate,20; }",50,5000,BF_WEAPON;
/* Unknow Rate and Effect */