User Tools

Site Tools


en:rpd:pasty_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:pasty_item [2026/03/17 20:21] – Wiki maintenance: Fix broken links and enhance mr: namespace pages Qwen Assistanten:rpd:pasty_item [2026/03/17 20:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Pasty Item ======
 +
 +{{ rpd:images:pasty_item.png|Pasty }}
 +
 +The **Pasty** is a food item in Remixed Dungeon. It is a traditional Cornish pasty with beef and potato filling.
 +
 +==== Description ====
 +The pasty is a standard food item that can be found throughout the dungeon. It provides full hunger restoration when consumed.
 +
 +==== Stats ====
 +  * **Energy:** Restores full hunger (Hunger.STARVING level)
 +  * **Price:** 25 gold per piece
 +  * **Eat Time:** 3 turns to consume
 +  * **Stacking:** Yes, can stack multiple pasties
 +  * **Type:** Food item
 +
 +==== Mechanics ====
 +  * **Consumption:** Takes 3 turns to eat
 +  * **Hunger Restoration:** Fully restores hunger bar to satisfied state
 +  * **Gas Vulnerability:** Can be transformed into [[en:rpd:rotten_pasty_item|Rotten Pasty]] when exposed to toxic gases
 +  * **Variants:** Related to [[en:rpd:rotten_pasty_item|Rotten Pasty]] and exists in pseudo form
 +
 +==== Obtaining ====
 +  * Found as loot on dungeon levels
 +  * Occasionally sold in shops
 +  * Dropped by the [[en:rpd:hedgehog_npc|Hedgehog]] NPC on level 23 (after fourth interaction)
 +
 +==== Strategy ====
 +  * The pasty fully restores hunger, making it valuable for extended exploration
 +  * Protect from toxic gases to prevent spoilage into rotten pasty
 +  * The Hedgehog NPC on level 23 will give you a pasty after completing his dialogue sequence
 +  * Stock up on pasties before entering dangerous gas-filled areas
 +
 +==== Code References ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/Pasty.java|Pasty.java]]
 +  * Sprite: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/sprites/ItemSpriteSheet.java|ItemSpriteSheet.PASTY]] (ID: 112)
 +
 +==== String Resources ====
 +English (values/strings_all.xml):
 +<code xml>
 +<string name="Pasty_Name">pasty</string>
 +<string name="Pasty_Info">A traditional Cornish pasty with beef and potato filling.</string>
 +</code>
 +
 +Russian (values-ru/strings_all.xml):
 +<code xml>
 +<string name="Pasty_Name">пирог</string>
 +<string name="Pasty_Info">Традиционный Корнуоллский пирог с начинкой из говядины и картофеля.</string>
 +</code>
 +
 +==== Related Items ====
 +  * [[en:rpd:food_item|Food]] - General food item information
 +  * [[en:rpd:rotten_pasty_item|Rotten Pasty]] - Spoiled version of pasty
 +  * [[en:rpd:hedgehog_npc|Hedgehog]] - NPC that gives pasty as reward
 +
 +{{tag> rpd items food pasty}}
  
en/rpd/pasty_item.txt · Last modified: by 127.0.0.1