Shadow Ring [1], броня (Renewal)

Shadow Ring [1] (SHADOW_RING) – броня.

Shadow Ring [1], броня (Renewal)

A ring worn by first-class rogues.
Required Adds a 5% chance of casting Level 1 Mug on the target when performing a physical attack, if a higher level of this skill is known, it will be cast instead.
Increases the damage of Back Stab by 2% for every base level.
Adds a 1% chance of inflicting Stun on the target when performing a short-ranged attack per level of Sightless Mind known.
Adds a 100% chance of buffing the user for 20 seconds when using Emergency Escape; Increases the damage of Triangle Shot by 1% for every 3 base levels.

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

  • ID: 27807
  • Код: SHADOW_RING
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 20
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

.@s = getskilllv("RG_STEALCOIN");
.@a = getskilllv("RG_RAID");
bonus3 bAutoSpell,"RG_STEALCOIN",min(1,.@s),50;
bonus2 bSkillAtk,"RG_BACKSTAP",2*BaseLevel;
bonus2 bAddEff,Eff_Stun,.@a*300;
autobonus3 "{ bonus2 bSkillAtk,\"SC_TRIANGLESHOT\",BaseLevel/3; }",1000,20000,"SC_ESCAPE";