Fallen Monk Rosary [1], броня (Renewal)

Fallen Monk Rosary [1] (FALLEN_MONK_ROSARY) – броня.

Fallen Monk Rosary [1], броня (Renewal)

The beads of the rosary turned black during the endless fight with a monstrous monkey.
Crit + 5
Aspd + 5%

Reduces the SP cost of Zen by 5.
Increases the damage of Dragon Combo by 2% for every 15 base levels.
Increases the damage of Knuckle Arrow by 2% for every 20 base levels.
Increases the damage of Sky Blow by 2% for every 30 base levels.

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

  • ID: 27811
  • Код: FALLEN_MONK_ROSARY
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 20
  • Вес: 10

Скрипт

bonus bAspdRate,5;
bonus bCritical,5;
bonus2 bSkillUseSP,"CH_SOULCOLLECT",-5;
if (BaseLevel > 14)
   bonus2 bSkillAtk,"SR_DRAGONCOMBO",BaseLevel/15;
if (BaseLevel > 19)
   bonus2 bSkillAtk,"SR_KNUCKLEARROW",BaseLevel/20;
if (BaseLevel > 29)
   bonus2 bSkillAtk,"SR_SKYNETBLOW",BaseLevel/30;