User Tools

Site Tools


rpd:overpriced_ration_item

Differences

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

Link to this comparison view

rpd:overpriced_ration_item [2025/12/27 22:41] – Add overpriced_ration_item.txt page mikerpd:overpriced_ration_item [2025/12/27 22:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Overpriced Ration ======
  
 +{{ rpd:images:overpriced_ration_item.png|Overpriced Ration }}
 +
 +**Overpriced Ration** is a food item in Remixed Dungeon that serves as a less efficient alternative to the standard [[rpd:ration_item|Iron Ration]]. It provides the same satiety as standard rations but costs significantly more.
 +
 +==== Description ====
 +According to the game description: "It looks exactly like a standard ration of food but smaller."
 +
 +==== Class in Code ====
 +  * **Java class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/OverpricedRation.java|OverpricedRation.java]]
 +  * **Inherits from:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/Food.java|Food.java]]
 +
 +==== Properties ====
 +  * **Hunger satisfaction:** Hunger.STARVING - Hunger.HUNGRY (120 units)
 +  * **Price:** 20 gold per unit
 +  * **Type:** Food item
 +  * **Stackable:** Yes (up to 10 in a stack)
 +  * **Nutrition:** Full satiety but poor value for money
 +  * **Message on consumption:** "That food tasted Ok."
 +
 +==== Obtaining ====
 +  * **Shops:** Found in [[rpd:shops|shops]] for purchase at inflated prices
 +  * **Dungeon loot:** Occasionally appears as dungeon treasure
 +
 +==== Strategy ====
 +  * **Emergency food:** Useful when other food sources are unavailable
 +  * **Poor value:** Generally not recommended due to high price for equivalent satiety
 +  * **Space consideration:** Same satiety as Iron Ration but should be used sparingly due to cost
 +  * **Backup:** Good to have in emergencies when your food supply runs low
 +
 +==== Content Verified ====
 +  * Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/OverpricedRation.java|OverpricedRation.java]]
 +  * Stats verification: Extracted directly from OverpricedRation.java class methods
 +  * Effect descriptions: Based on code analysis and string resources
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1947-L1949|OverpricedRation strings]] (English localization)
 +
 +==== Related Items ====
 +  * [[rpd:ration_item|Iron Ration]] - Standard food ration with better value
 +  * [[rpd:food|Food]] - General information about food items
 +  * [[rpd:shops|Shops]] - Where this item is typically found
 +  * [[rpd:chargrilled_meat_item|Chargrilled Meat]] - More economical alternative
 +  * [[rpd:rotten_ration_item|Rotten Ration]] - What this item becomes when poisoned
 +
 +==== Related Pages ====
 +  * [[rpd:hunger_buff|Hunger]] - Detailed hunger mechanics
 +  * [[rpd:cooking|Cooking]] - Food preparation methods
 +  * [[rpd:economics|Economics]] - Gold and value considerations
 +
 +{{tag> rpd items food ration }}
rpd/overpriced_ration_item.txt · Last modified: by 127.0.0.1