User Tools

Site Tools


rpd:rotten_ration

Differences

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

Link to this comparison view

rpd:rotten_ration [2025/12/19 10:55] – Update rotten_ration page with code references mikerpd:rotten_ration [2025/12/19 11:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Rotten Ration ======
  
 +{{ rpd:images:item_RottenRation.png|Rotten Ration }}
 +
 +Rotten Ration is a spoiled food item in Remixed Dungeon that provides some nutritional benefit (60 energy) but causes harmful side effects.
 +
 +==== Stats ====
 +  * **Rarity**: Rare (only created by poisoning regular Rations)
 +  * **Weight**: 1
 +  * **Energy**: 60 food units (hunger restoration, calculated as (Hunger.STARVING - Hunger.HUNGRY)/2 = (400 - 280)/2 = 60)
 +  * **Consumption Time**: 3 turns (defined as Food.TIME_TO_EAT constant)
 +  * **Price**: Cannot be purchased or sold
 +
 +==== Description ====
 +Rotten Ration is a spoiled version of the standard Ration. It can only be created when a regular Ration becomes poisoned in harmful environmental conditions. While it provides some nutrition (60 energy), it also causes negative side effects when consumed.
 +
 +==== Usage ====
 +  * Provides 60 energy units for hunger restoration
 +  * When consumed, causes random harmful gas effects (Confusion, Paralytic, or Toxic gas)
 +  * Takes 3 turns to consume (same as other food items)
 +  * Can be eaten for some nutritional benefit despite negative effects
 +
 +==== Special Properties ====
 +  * Created only by poisoning regular [[rpd:ration|Rations]]
 +  * Provides 60 energy units when consumed (though with side effects)
 +  * Cannot be found naturally in treasure drops (0 probability in Treasury system)
 +  * Can be purified back to a normal [[rpd:ration|Ration]]
 +  * When thrown on ground, may cause gas effects before disappearing or remaining on ground
 +
 +==== Acquisition ====
 +  * Created by environmental poisoning of regular Rations
 +  * Cannot be found naturally in dungeon
 +  * Cannot be purchased in shops
 +
 +==== Strategy ====
 +  * Can be consumed if desperate for food but aware of side effects
 +  * If you have excess Rotten Rations, consider throwing them for area gas effects
 +  * Can be purified back into normal Rations using the purification method
 +
 +==== Content Verification ====
 +  * Information source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/RottenRation.java|RottenRation.java]]
 +  * Parent class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/RottenFood.java|RottenFood.java]]
 +  * Hunger constants: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Hunger.java#L34-L35|Hunger.java (HUNGRY and STARVING constants)]]
 +  * Stats and mechanics verified from code implementation
 +  * Last updated: December 15, 2025
 +
 +==== See Also ====
 +  * [[rpd:food|Food]]
 +  * [[rpd:ration|Ration]]
 +  * [[rpd:hunger|Hunger]]
 +
 +{{tag> rpd items food ration rotten }}
rpd/rotten_ration.txt · Last modified: by 127.0.0.1