User Tools

Site Tools


en:rpd:ring_of_detection_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:rpd:ring_of_detection_item [2026/01/02 04:16] – Add Ring of Detection item page with complete information mikeen:rpd:ring_of_detection_item [2026/01/02 04:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring of Detection ======
  
 +{{ rpd:images:ring_of_detection_item.png|Ring of Detection }}
 +
 +The **Ring of Detection** is a rare ring in Remixed Dungeon that enhances the wearer's ability to detect hidden secrets such as traps and secret doors without taking time to search for them.
 +
 +==== Item Overview ====
 +  * **Type:** Ring
 +  * **Rarity:** Rare
 +  * **Special Effect:** Enhanced detection of hidden secrets
 +  * **Usage:** Worn as accessory
 +  * **Upgradeable:** Yes, through the upgrade system
 +
 +==== Special Mechanics ====
 +  * **Secret Detection:** Automatically reveals traps and secret doors without searching
 +  * **Time Saving:** Eliminates the need to spend time actively searching for secrets
 +  * **Upgrade Effects:** Becomes more powerful with upgrades, improving detection range
 +  * **Degradation:** May lose effectiveness when cursed, dulling the senses and making it harder to notice secrets even when actively searching
 +
 +==== Strategy ====
 +  * Essential for players who want to avoid traps and find secret areas efficiently
 +  * Particularly valuable in levels with many traps and secret doors
 +  * Excellent for speedrunning as it reduces time spent searching
 +  * Works well with exploration-focused characters
 +  * Valuable for players who prefer thorough exploration
 +
 +==== Obtaining ====
 +  * Found in special containers and treasure rooms
 +  * Dropped by certain enemies
 +  * Available in special shops at high prices (when identified)
 +  * Found in containers throughout the dungeon
 +  * Part of treasury drops
 +
 +==== Effect ====
 +The Ring of Detection allows the wearer to notice hidden secrets - traps and secret doors - without taking time to search. Degraded rings of detection will dull your senses, making it harder to notice secrets even when actively searching for them.
 +
 +According to the game's string resources: "Wearing this ring will allow the wearer to notice hidden secrets - traps and secret doors - without taking time to search. Degraded rings of detection will dull your senses, making it harder to notice secrets even when actively searching for them."
 +
 +==== Data Sources ====
 +  * **Java Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfDetection.java|com.watabou.pixeldungeon.items.rings.RingOfDetection]]
 +  * **Ring System**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/Ring.java|Ring base class]]
 +  * **Sprite Index**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/sprites/ItemSpriteSheet.java#L43|labelIndex for rings]]
 +  * **Upgrade System**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Item.java#L100|Item upgrade mechanics]]
 +
 +==== String Resources ====
 +  * English: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L47-L48|RingOfDetection strings]] - Name and description
 +  * Russian: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L47-L48|RingOfDetection strings]] - Russian localization
 +  * All languages: [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/res/values-*/strings_all.xml|Localized strings]]
 +
 +<code xml>
 +<string name="RingOfDetection_Name">Ring of Detection</string>
 +<string name="RingOfDetection_Info">Wearing this ring will allow the wearer to notice hidden secrets - traps and secret doors - without taking time to search. Degraded rings of detection will dull your senses, making it harder to notice secrets even when actively searching for them.</string>
 +</code>
 +
 +==== Related Items ====
 +  * [[en:rpd:rings|Rings]] - General information about rings
 +  * [[en:rpd:traps|Traps]] - Information about dungeon traps
 +  * [[en:rpd:secrets|Secrets]] - Guide to finding secret doors and passages
 +  * [[en:rpd:exploration|Exploration]] - Tips for exploring the dungeon
 +  * [[en:rpd:ring_of_shadows_item|Ring of Shadows]] - Other rare ring item
 +  * [[en:rpd:ring_of_haggler_item|Ring of Haggler]] - Other rare ring item
 +
 +{{tag> rpd items rings detection secrets traps exploration}}
en/rpd/ring_of_detection_item.txt · Last modified: by 127.0.0.1