Racing Cap (Royal Guard) [1], броня (Renewal)

Racing Cap (Royal Guard) [1] (RACING_C_ROYAL) – броня.

Racing Cap (Royal Guard) [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 Burst Attack damage by 10% per level of Spear Mastery user learned.
If refine rate is 11 or higher, reduces skill cooldown of Earth Drive by 1 second.

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

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

Скрипт

.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=8)
   bonus2 bSkillAtk,"LG_RAGEBURST",10*getskilllv("KN_SPEARMASTERY");
if (.@r>=11)
   bonus2 bSkillCooldown,"LG_EARTHDRIVE",-1000;