====== 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):
pasty
A traditional Cornish pasty with beef and potato filling.
Russian (values-ru/strings_all.xml):
пирог
Традиционный Корнуоллский пирог с начинкой из говядины и картофеля.
==== 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}}