====== Ring of Accuracy ====== {{ rpd:images:ring_of_accuracy_item.png|Ring of Accuracy }} The **Ring of Accuracy** is a ring in Remixed Dungeon that enhances the wearer's precision, increasing their chance to hit enemies and avoid being hit in return. ==== Item Overview ==== * **Type:** Accessory (Ring) * **Rarity:** Uncommon * **Special Effect:** Increases attack accuracy and defensive evasion * **Usage:** Equipped in an accessory slot * **Identification:** Becomes identified when used or seen in a well-lit area for an extended time * **Price:** Varies based on the ring's level ==== Special Mechanics ==== * **Accuracy Enhancement:** Increases the chance to successfully hit enemies during combat * **Evasion Boost:** Helps the wearer avoid incoming attacks from enemies * **Balanced Combat:** Provides advantages in both offense and defense * **Enchantment:** Can be upgraded using Scrolls of Upgrade * **Curse:** Can be cursed, which would reduce accuracy and increase the chance of being hit ==== Strategy ==== * Essential for classes that rely on consistent hits, such as the Warrior * Particularly beneficial when fighting enemies with high evasion * Greatly improves effectiveness against bosses who have high defense skills * Very useful in the Caves and Prison areas where accuracy can be challenging * Helps compensate for the penalty of wearing heavy armor without proper strength * Beneficial when using weapons with lower base accuracy * Allows for longer engagements with dangerous enemies by increasing survival chances * Particularly valuable for characters with low natural attack or defense skills ==== Obtaining ==== * Found in various dungeon levels * Available in shops at moderate prices when identified * Dropped by various enemies (relatively rare) * Found in containers and special rooms * Starting equipment for some classes or challenges ==== Effect ==== When worn, the Ring of Accuracy improves both offensive and defensive statistics. The exact effect depends on the ring's level, but it increases the wearer's accuracy (chance to hit) and, to a lesser degree, their evasion (chance to avoid being hit). According to the game's string resources: "This ring enhances the wearer's precision and reflexes. It will help you hit enemies and avoid their attacks." ==== Code References ==== * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/rings/RingOfAccuracy.java|RingOfAccuracy.java]] * **Ring Base Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/Ring.java|Ring.java]] * **String resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1916-L1918|RingOfAccuracy_Name, RingOfAccuracy_Info, RingOfAccuracy_Gender]] ==== Related Items ==== * [[rpd:rings|All Rings]] - General information about rings * [[rpd:accessories|Accessories]] - All accessory items * [[rpd:hero|Hero]] - Main playable character * [[rpd:accuracy|Accuracy]] - Information about accuracy mechanics {{tag> rpd items rings accessories accuracy}}