====== Rotten Pumpkin Pie ====== {{ rpd:images:rotten_pumpkin_pie_food.png|Rotten Pumpkin Pie }} ==== Description ==== A spoiled pumpkin pie that has gone bad. Despite its unappetizing appearance and smell, it can still be eaten in dire situations, though with negative effects. ==== Stats ==== * **Nutrition Value**: Negative effect on hunger restoration * **Image**: Index 10 in food.png sprite sheet * **Type**: Rotten Food ==== Mechanics ==== * **Negative Effects**: Eating causes harmful status effects or reduces health * **Purification**: Can be purified back into a normal Pumpkin Pie * **Transformation**: Originates from spoiled Pumpkin Pie ==== Strategy ==== * Avoid eating unless absolutely necessary * Consider purifying back to normal pie if possible * Better than starving in extreme situations but with health penalties ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/food/RottenPumpkinPie.java|RottenPumpkinPie.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/RottenFood.java|RottenFood.java]] (base class) * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/Food.java|Food.java]] (food mechanics) ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2553|RottenPumpkinPie_Name]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2554|RottenPumpkinPie_Info]] ==== Related Items ==== * [[rpd:pumpkin_pie_item|Pumpkin Pie]] - The unspoiled version * [[rpd:rotten_food|Rotten Food]] - General information about rotten food * [[rpd:ration_item|Ration]] - Standard food option {{tag> rpd items food }}