User Tools

Site Tools


mr:mystery_meat_item

Mystery Meat Item - Code References

Java Classes

JSON Configuration

This entity is implemented in Java, no JSON configuration exists

String Resources

<string name="MysteryMeat_Name">mystery meat</string>
<string name="MysteryMeat_Info">Eat at your own risk!</string>
<string name="MysteryMeat_Info1">Oh it's hot!</string>
<string name="MysteryMeat_Info2">You can't feel your legs!</string>
<string name="MysteryMeat_Info3">You are not feeling well.</string>
<string name="MysteryMeat_Info4">You are stuffed.</string>
<string name="MysteryMeat_Message">That food tasted... strange.</string>

Lua Scripts

Implementation Details

  • Class: com.watabou.pixeldungeon.items.food.MysteryMeat
  • Extends: Food
  • Sprite: ItemSpriteSheet.MEAT
  • Energy: Hunger.STARVING - Hunger.HUNGRY (restores full hunger)
  • Price: 5 gold per piece
  • Random Effects (when eaten, 1 in 5 chance each):
    • Case 0: Applies Burning buff (fire damage over time) - Message: “Oh it's hot!”
    • Case 1: Applies Roots buff (immobilization) - Message: “You can't feel your legs!”
    • Case 2: Applies Poison buff (poison damage over time) - Message: “You are not feeling well.”
    • Case 3: Applies Slow buff (reduced movement speed) - Message: “You are stuffed.”
    • Case 4: No negative effect (stuffed)
  • Transformations:
    • burn() → morphTo(ChargrilledMeat.class)
    • freeze() → morphTo(FrozenCarpaccio.class) (inferred from pattern)
    • poison() → morphTo(RottenMeat.class) (inferred from pattern)

Mob Drops

  • SpiderMindAmber: 6.7% drop rate
  • SpiderGuard: 6.7% drop rate
  • SpiderMind: 6.7% drop rate
  • SpiderExploding: 6.7% drop rate
  • SpiderServant: 3% drop rate
  • Crab: 31.4% drop rate
  • Spinner: 12.5% drop rate
  • Scorpio: ~16.7% drop rate (1 in 6 chance)

Alchemy Recipes

  • Firebloom Seed + MysteryMeat → PotionOfLiquidFlame
  • 5x MysteryMeat + Dewdrop → Piranha (mob)
mr/mystery_meat_item.txt · Last modified: by 127.0.0.1