====== 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. ==== Item Overview ==== * **Type:** Accessory (Ring) * **Rarity:** Uncommon * **Special Effect:** Increases attack accuracy * **Usage:** Equipped in an accessory slot * **Identification:** Becomes identified when used or through other identification methods * **Price:** Varies based on the ring's level ==== Special Mechanics ==== * **Accuracy Enhancement:** Increases the chance to successfully hit enemies during combat * **Enchantment:** Can be upgraded using Scrolls of Upgrade * **Curse:** Can be cursed, which would reduce accuracy ==== 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 hit rate * Particularly valuable for characters with low natural attack skill ==== 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 the wearer's accuracy (chance to hit enemies). The exact effect depends on the ring's level. According to the game's string resources: "This ring increases your chance to hit the enemy." ==== 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#L46-L47|RingOfAccuracy_Name, RingOfAccuracy_Info]] ==== Related Items ==== * [[en:rpd:rings|All Rings]] - General information about rings * [[en:rpd:accessories|Accessories]] - All accessory items * [[en:rpd:hero|Hero]] - Main playable character * [[en:rpd:accuracy|Accuracy]] - Information about accuracy mechanics {{tag> rpd items rings accessories accuracy}}