User Tools

Site Tools


rpd:christmas_turkey_item

Differences

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

Link to this comparison view

rpd:christmas_turkey_item [2025/12/29 20:55] – Add rpd:christmas_turkey_item with complete information about the holiday food item mikerpd:christmas_turkey_item [2025/12/29 20:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Christmas Turkey Item ======
  
 +{{ rpd:images:christmas_turkey_item.png|Christmas Turkey }}
 +
 +The Christmas Turkey is a special food item in Remixed Dungeon, available during holiday events.
 +
 +===== Description =====
 +The **Christmas Turkey** is a festive food item. The best way to celebrate the Dungeonmas, is to eat a piece of baked turkey. In order to celebrate the day when monsters invaded the dungeon. Which in the end, attracted an incredible amount of tourists and travelers from all around the world, improving the economic situation in the region.
 +
 +===== Properties =====
 +  * **Type:** Food
 +  * **Energy:** Fills hunger completely (STARVING level)
 +  * **Price:** 30 gold per item
 +  * **Sprite:** turkey icon in the food sprite sheet
 +  * **Category:** [[rpd:food|Food]]
 +
 +===== Effect =====
 +When consumed, the Christmas Turkey completely fills the player's hunger bar, providing the same energy as a regular [[rpd:ration|ration]] but with a festive theme.
 +
 +===== Availability =====
 +The Christmas Turkey is a rare holiday item that can be found in special holiday chests or as rare drops during festive events.
 +
 +===== Technical Details =====
 +  * **Implementation:** ''ChristmasTurkey'' class extending ''Food'' class
 +  * **Energy Value:** ''Hunger.STARVING'' (completely fills hunger bar)
 +  * **Sprite:** Located at index 11 in the ''items/food.png'' sprite sheet
 +  * **Price:** 30 gold times quantity
 +
 +===== Data Validation =====
 +  * Information source: Java class ''com.nyrds.pixeldungeon.items.food.ChristmasTurkey''
 +  * Name verification: Confirmed from string resources ("ChristmasTurkey_Name", "ChristmasTurkey_Info")
 +  * Effect descriptions: Based on string resources from values/strings_all.xml
 +  * Technical details: Verified from ChristmasTurkey.java source code
 +
 +===== Code References =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/food/ChristmasTurkey.java|ChristmasTurkey.java]] - Item implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Hunger.java|Hunger.java]] - Hunger system and energy values
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1057-L1058|ChristmasTurkey string resources (English)]] - Name and description
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1043-L1044|ChristmasTurkey string resources (Russian)]] - Russian localization
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L401|ItemFactory.java#L401]] - Registration of the item class
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1057|ChristmasTurkey_Name]] - "festive turkey" (English)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1058|ChristmasTurkey_Info]] - Full description of the holiday significance (English)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1043-L1044|ChristmasTurkey strings]] - Russian localization
 +
 +===== See Also =====
 +  * [[rpd:food|Food]]
 +  * [[rpd:ration|Ration]]
 +  * [[rpd:meat|Meat]]
 +  * [[rpd:item|Items]]
 +
 +{{tag> rpd items food holiday christmas turkey}}
rpd/christmas_turkey_item.txt · Last modified: by 127.0.0.1