User Tools

Site Tools


en:rpd:ring_of_shadows_item

Differences

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

Link to this comparison view

en:rpd:ring_of_shadows_item [2026/01/01 19:45] – namespace move Mikeen:rpd:ring_of_shadows_item [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring of Shadows ======
  
 +{{ rpd:images:ring_of_shadows_item.png|Ring of Shadows }}
 +
 +The **Ring of Shadows** is a rare ring in Remixed Dungeon that enhances stealth abilities and makes the wearer harder to detect.
 +
 +==== Item Overview ====
 +  * **Type:** Ring
 +  * **Rarity:** Rare
 +  * **Special Effect:** Increases stealth and reduces enemy detection
 +  * **Usage:** Worn as accessory
 +  * **Upgradeable:** Yes, through the upgrade system
 +
 +==== Special Mechanics ====
 +  * **Stealth Enhancement:** Increases the effectiveness of stealth actions
 +  * **Detection Reduction:** Reduces the chance of being detected by enemies
 +  * **Invisibility Extension:** May extend the duration of invisibility effects
 +  * **Upgrade Effects:** Becomes more powerful with upgrades
 +  * **Degradation:** May lose effectiveness if cursed
 +
 +==== Strategy ====
 +  * Essential for stealth-based characters like the [[en:rpd:rogue_class|Rogue]]
 +  * Excellent for avoiding unnecessary combat
 +  * Valuable for characters who rely on positioning and timing
 +  * Works well in combination with invisibility items
 +  * Particularly useful in heavily populated areas
 +
 +==== 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
 +
 +==== Effect ====
 +The Ring of Shadows makes the wearer harder to detect by enemies, increasing stealth effectiveness and reducing the chance of being noticed.
 +
 +According to the game's string resources: "This ring decreases the probability of being noticed by enemies."
 +
 +==== Data Sources ====
 +  * **Java Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfShadows.java|com.watabou.pixeldungeon.items.rings.RingOfShadows]]
 +  * **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#L2235-L2237|RingOfShadows strings]] - Name and description
 +  * Russian: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2235-L2237|RingOfShadows 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="RingOfShadows_Name">Ring of Shadows</string>
 +<string name="RingOfShadows_Info">This ring decreases the probability of being noticed by enemies.</string>
 +</code>
 +
 +==== Related Items ====
 +  * [[en:rpd:rings|Rings]] - General information about rings
 +  * [[en:rpd:invisibility_buff|Invisibility Buff]] - Complementary invisibility effect
 +  * [[en:rpd:potion_of_invisibility_item|Potion of Invisibility]] - Alternative invisibility source
 +  * [[en:rpd:stealth_mechanics|Stealth]] - Stealth mechanics information
 +  * [[en:rpd:rogue_class|Rogue Class]] - Class that benefits most from stealth items
 +
 +{{tag> rpd items rings stealth shadows}}