User Tools

Site Tools


mr:ring_of_detection_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:ring_of_detection_item [2026/02/17 14:55] – Fix broken links and update mr: namespace page Qwen Assistantmr:ring_of_detection_item [2026/02/17 14:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring Of Detection Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfDetection.java|RingOfDetection.java]] - Main implementation (extends Ring)
 +  * Parent class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/Ring.java|Ring.java]]
 +  * Inner class: Detection (extends RingBuff) - Buff effect when equipped
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<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>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:ring_buff|Ring Buff]]
 +  * [[mr:search_mechanic|Search Mechanic]]
  
mr/ring_of_detection_item.txt · Last modified: by 127.0.0.1