User Tools

Site Tools


mr:overpriced_ration_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:overpriced_ration_item [2025/12/25 18:23] – auto lint fix Mikhaelmr:overpriced_ration_item [2026/01/21 09:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Overpriced Ration Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/OverpricedRation.java|OverpricedRation.java]] - Main implementation class
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="OverpricedRation_Name">Overpriced Ration</string>
 +<string name="OverpricedRation_Info">A slightly better meal than the standard ration pack.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:ration_item|Standard Ration]]
 +  * [[mr:food|Food]]
 +  * [[mr:hunger|Hunger]]