User Tools

Site Tools


rpd:rotten_pumpkin_pie_item

Differences

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

Link to this comparison view

rpd:rotten_pumpkin_pie_item [2025/12/31 13:06] – Auto-fix: Apply dokuwiki linter fixes mikerpd:rotten_pumpkin_pie_item [2025/12/31 13:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/food/PumpkinPie.java|PumpkinPie.java]] (source item that rots into this)
 +
 +==== String Resources ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2553|RottenPumpkinPie_Name (EN)]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2554|RottenPumpkinPie_Info (EN)]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2553|RottenPumpkinPie_Name (RU)]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2554|RottenPumpkinPie_Info (RU)]]
 +
 +==== 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 }}
rpd/rotten_pumpkin_pie_item.txt · Last modified: by 127.0.0.1