Rogue's Treasure
ID: 2620
Type |
Armor |
Subtype |
None |
Attack |
0 |
Defense |
0 |
Weight |
10.0 |
Weapon Level |
0 |
Buy |
10,000z |
Sell |
5,000z |
Required Level |
70 |
Slots |
0 |
Applicable Jobs:
job_assassin,
job_ninja,
job_rogue,
job_thief
Description:
An exclusive ring for the Thief and Ninja class.
If the wearer has base STR 90 or higher:
Hit +10
FLEE +10
If the wearer has base AGI 90 or higher:
Atk +10
Critical +10
When equipped with Black Cat, inflicts additional damage to large sized monsters by 8% and Casting Speed -3%.
When equipped with Cold Heart, damage against medium sized monsters +8% and Reduces after attack delay by 3.
Class: Accessory
Defense: 0
Weight: 10
Level Requirement: 70
Jobs: Thief and Ninja Class
Item Script:
if (readparam(bStr)>=90) {
bonus bHit,10;
bonus bFlee,10;
}
if (readparam(bAgi)>=90) {
bonus bBaseAtk,10;
bonus bCritical,10;
}