User Tools

Site Tools


mr:pumpkin_pie_item

Pumpkin Pie Item - Code References

Pumpkin Pie

Java Classes

    • Entity Kind: getEntityKind() returns “PumpkinPie”
    • Inheritance: Extends Food class
    • Image: imageFile = “items/food.png”, image = 9 (sprite index in food atlas)
    • Energy: Hunger.STARVING - satisfies hunger completely
    • Price: 30 * quantity() gold
    • Poison Behavior: poison() morphs to RottenPumpkinPie class
    • Upgradable: No - inherits default behavior from Food

JSON Configuration

This item is implemented purely in Java, no JSON configuration found.

String Resources

  • English: PumpkinPie_Name = “pumpkin pie”
  • English: PumpkinPie_Info = “A delicious pumpkin pie, just like your mom used to bake.”
  • Russian: PumpkinPie_Name = “тыквенный пирог”
  • Russian: PumpkinPie_Info = “Вкусный тыквенный пирог, прямо как у твоей мамы.”
  • English: RottenPumpkinPie_Name = “rotten pumpkin pie”
  • English: RottenPumpkinPie_Info = “No matter how good it was when it was still fresh, there is no way this thing is edible now.”

Lua Scripts

This entity is implemented in Java, no Lua script exists.

Additional References

Entity Kind

  • getEntityKind(): Returns `“PumpkinPie”` (class simple name)
  • Item Category: Food
  • Item Tier: Standard food item
mr/pumpkin_pie_item.txt · Last modified: by 127.0.0.1