====== Ring of Satiety Item ====== {{ rpd:images:ring_of_satiety_item.png|Ring of Satiety }} The **Ring of Satiety** is a ring item in Remixed Dungeon. This ring affects hunger mechanics for the player character. ==== Description ==== Wearing this ring you can go without food longer. Degraded rings of satiety will cause the opposite effect, making the hunger status worse for the player. ==== Effects ==== * **Hunger Reduction**: Slows the hunger rate when worn, allowing the player to go longer without eating * **Degraded Effect**: When the ring degrades significantly, it will accelerate hunger instead of reducing it * **Worn Effect**: Only provides benefits when worn as an accessory * **Hunger Mechanics**: Works with the game's hunger system to affect how quickly the player becomes hungry ==== Usage ==== * **Wearing**: Place in an accessory slot to take effect * **Long Expeditions**: Particularly useful for long dungeon expeditions where food may be scarce * **Hunger Management**: Helps manage hunger status during extended gameplay * **Upgrading**: Upgrading the ring increases its effectiveness and durability ==== Stats ==== * **Type**: Ring (Accessory) * **Level Requirement**: None * **Goes to**: Accessory slot * **Durability**: Can degrade over time * **Effect**: Hunger rate modification * **Hunger Mechanics**: Directly affects hunger timer ==== Identification ==== * **Identified by**: Wearing the ring (auto-identify when worn) * **Effect Known**: When worn and hunger effects are observed ==== Strategy ==== * **Early Game**: Particularly valuable in early game when food management is critical * **Long-term Storage**: Useful for when you need to explore deep without returning to town often * **Complementary Items**: Works well with other food-saving items and abilities * **Durability Concern**: Be aware that degradation can make it counterproductive ==== Item Class ==== * **Base Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfSatiety.java|RingOfSatiety.java]] * **Inheritance**: Extends Ring class * **Buff Class**: Uses Satiety buff class for hunger mechanics ==== Content Verification ==== * Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfSatiety.java|RingOfSatiety.java]] * Special mechanics: Extracted from RingOfSatiety.java implementation * Last updated: December 2025, source: Remixed Dungeon 1.9.3 ==== Implementation Class ==== * Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfSatiety.java|RingOfSatiety.java]] * Base Ring: [[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#L2787|RingOfSatiety_Name]]: "Ring of Satiety" * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2788|RingOfSatiety_Info]]: "Wearing this ring you can go without food longer. Degraded rings of satiety will cause the opposite effect." ==== See Also ==== * [[en:rpd:rings|Other Rings]] * [[en:rpd:items|Items]] * [[en:rpd:mobs|Food Items]] - Items that affect hunger * [[en:rpd:hunger_buff|Hunger Mechanic]] - The hunger system * [[en:rpd:accessories|Accessories]] - Other accessory items * [[en:rpd:rings_mechanic|Ring Mechanic]] - How rings work in general {{tag> rpd items rings accessories hunger }}