mr:mystery_meat_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:mystery_meat_item [2026/01/23 07:50] – Fix wiki pages based on standards and add missing information mike | mr:mystery_meat_item [2026/03/22 08:46] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Mystery Meat Item - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | **Mystery Meat** is a food item that restores full hunger but has random negative effects when eaten. | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Class**: com.watabou.pixeldungeon.items.food.MysteryMeat | ||
| + | * **Extends**: | ||
| + | * **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: | ||
| + | * SpiderGuard: | ||
| + | * SpiderMind: 6.7% drop rate | ||
| + | * SpiderExploding: | ||
| + | * SpiderServant: | ||
| + | * 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) | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> mr items food mystery_meat}} | ||
