This entity is implemented in Java, no JSON configuration exists
String Resources
<stringname="RottenPumpkinPie_Name">rotten pumpkin pie</string><stringname="RottenPumpkinPie_Info">No matter how good it was while fresh, there is no way it's still edible.</string>
Lua Scripts
BlackCat.lua - Black Cat AI considers RottenPumpkinPie as “disgusting” food (line 24)
Implementation Details
Package: com.nyrds.pixeldungeon.items.food
Inheritance: RottenPumpkinPie extends RottenFood
Image: Uses “items/food.png” sprite sheet, image index 10
Behavior: Can be purified into PumpkinPie using the purify() method