User Tools

Site Tools


mr:christmas_turkey_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:christmas_turkey_item [2025/12/29 20:53] – Update mr:christmas_turkey_item with correct entity data and code references mikemr:christmas_turkey_item [2025/12/29 20:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Christmas Turkey Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/food/ChristmasTurkey.java|ChristmasTurkey.java]] - Java implementation of the Christmas Turkey food item
 +
 +===== JSON Configuration =====
 +This entity does not appear to have JSON configuration
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ChristmasTurkey_Name">festive turkey</string>
 +<string name="ChristmasTurkey_Info">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.</string>
 +</code>
 +
 +<code xml>
 +<string name="ChristmasTurkey_Name">праздничная индейка</string>
 +<string name="ChristmasTurkey_Info">Лучший способ отпраздновать \"Подземьество\" это съесть кусочек печённой индейки. Для того чтобы отпраздновать день, когда монстры наводнили подземелье. Что привлекло невероятное количество туристов и путешественников со всего света, улучшая экономическую ситуацию в регионе.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:food_item|Food (Item)]]
  
mr/christmas_turkey_item.txt · Last modified: (external edit)