
RENEWAL / ITEMS
Shadow Ring [1]
#28379Armor
Shadow_Ring
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price20 z
Sell price10 z
Slots1
Required level20
Armor level1
Description
A ring worn by first-class rogues.
Class: Accessory
Weight: 10
Required Level: 20
Required Jobs: All Jobs
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.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
.@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";