ID #28379
Armor
Shadow Ring [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
20
Scripts
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";
.@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";