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

Racing Cap (Archbishop) [1] (RACING_C_BISHOP) – броня.

Racing Cap (Archbishop) [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, increases Duple Light damage by 10% per level of Mace Mastery user learned.
If refine rate is 11 or higher, has a chance to auto-cast Adoramus level 5 when dealing physical damage.
(Consumes Blue Gemstone, If user has higher level, that level will be cast instead)

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

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

Скрипт

.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=8)
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",10*getskilllv("PR_MACEMASTERY");
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",10*getskilllv("PR_MACEMASTERY");
/*
if (.@r>=11)
   bonus3 bAutoSpell,"AB_ADORAMUS",max(5,getskilllv("AB_ADORAMUS")),50;
Unknow Rate and Blue Gemstone consume mechanic
*/