User Tools

Site Tools


en:rpd:rotten_pumpkin_pie_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:rpd:rotten_pumpkin_pie_item [2026/01/04 00:31] – Update wiki pages with improved content and translations mikeen:rpd:rotten_pumpkin_pie_item [2026/01/28 21:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Rotten Pumpkin Pie ======
  
 +{{ rpd:images:rotten_pumpkin_pie_item.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 ====
 +  * [[en:rpd:pumpkin_pie_item|Pumpkin Pie]] - The unspoiled version
 +  * [[en:rpd:rotten_food|Rotten Food]] - General information about rotten food
 +  * [[en:rpd:ration_item|Ration]] - Standard food option
 +
 +==== Data Validation ====
 +This information is extracted directly from the game code and validated against the source implementation. The details are accurate as of the referenced source files and provide reliable information about the item mechanics.
 +
 +==== Content Verification ====
 +  * Information source: Java Class in Remixed Dungeon codebase
 +  * Stats verified: Yes, extracted directly from item class properties
 +  * Effect descriptions: Generated from code analysis
 +  * Last updated: Based on RottenPumpkinPie.java
 +
 +==== Data Sources ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/food/RottenPumpkinPie.java|RottenPumpkinPie.java]]
 +  * Machine-readable data: [[mr:rotten_pumpkin_pie_item|mr:rotten_pumpkin_pie_item]]
 +
 +==== Other Languages ====
 +  * [[es:rpd:rotten_pumpkin_pie_item|Español]]
 +  * [[pt:rpd:rotten_pumpkin_pie_item|Português]]
 +
 +{{tag> rpd items food }}