Shadow Ring

Item ID 28379 Name Shadow Ring
A ring that only high class thief can worn.
_______________________
Random chance to auto-cast Level 1 Steal Coin when dealing physical attacks.
Cast higher skill Level when wearer has learned higher skill Level of Steal Coin.
_______________________
Random chance to inflict Stun status on the target when using Raid skill.
For each Level of Raid:
Increases the chance of inflicting Stun status.
_______________________
For each Base Level:
Increases damage of Back Stab by 2%.
_______________________
When using Escape, increases damage of Triangle Shot by (BaseLevel/3)% for 20 seconds.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 20
Weapon Level 0 Identifier Shadow_Ring
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 20
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item 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";