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

Racing Cap (Warlock) [1] (RACING_C_WARLOCK) – броня.

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

Matk + 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, reduces skill cooldown of Tetra Vortex by 0.5 second per level of Meteor Storm and Lord of Vermillion user learned.
If refine rate is 11 or higher, reduces casting time of Mystical Amplification by 50% (doesn't stack with Staff of Destruction)

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

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

Скрипт

.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=8)
   bonus2 bSkillCooldown,"WL_TETRAVORTEX",-500*(getskilllv("WZ_METEOR")+getskilllv("WZ_VERMILION"));
if (.@r>=11)
   bonus2 bFixedCastrate,"HW_MAGICPOWER",-50;