User Tools

Site Tools


mr:hunger_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:hunger_buff [2026/01/26 17:55] – Fix issues in wiki pages based on documentation standards mikemr:hunger_buff [2026/01/26 17:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Hunger Buff - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Hunger.java|Hunger.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="Hunger_Death">You starved to death...</string>
 +<string name="HungerBuff_Name1">Hungry</string>
 +<string name="HungerBuff_Info1">You\'re hungry!</string>
 +<string name="HungerBuff_Name2">Starving</string>
 +<string name="HungerBuff_Info2">You\'re starving! You need to eat food!</string>
 +<string name="Hunger_Hungry_0">You are hungry.</string>
 +<string name="Hunger_Hungry_1">You are hungry.</string>
 +<string name="Hunger_Hungry_2">You are hungry.</string>
 +<string name="Hunger_Starving_0">You are starving!</string>
 +<string name="Hunger_Starving_1">You are starving!</string>
 +<string name="Hunger_Starving_2">You are starving!</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:food_item|Food]]
 +  * [[mr:ration_item|Standard Ration]]
 +  * [[mr:overpriced_ration_item|Overpriced Ration]]
 +  * [[mr:apple_item|Apple]]
  
mr/hunger_buff.txt · Last modified: by 127.0.0.1