User Tools

Site Tools


mr:ring_of_shadows_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_shadows_item [2026/01/12 17:09] – Fix wiki compliance issues in randomly selected pages mikemr:ring_of_shadows_item [2026/01/12 17:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring Of Shadows Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfShadows.java|RingOfShadows.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/Ring.java|Ring.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RingOfShadows_Name">Ring of Shadows</string>
 +<string name="RingOfShadows_Info">Enemies will be less likely to notice you if you wear this ring. Degraded rings of shadows will alert enemies who might otherwise not have noticed your presence.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:ring_item|Ring (Item)]]
  
mr/ring_of_shadows_item.txt · Last modified: by 127.0.0.1