User Tools

Site Tools


mr:ring_of_satiety_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:ring_of_satiety_item [2025/12/25 18:23] – auto lint fix Mikhaelmr:ring_of_satiety_item [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring Of Satiety Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfSatiety.java|RingOfSatiety.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RingOfSatiety_Name">Ring of Satiety</string>
 +<string name="RingOfSatiety_Info">Wearing this ring you can go without food longer. Degraded rings of satiety will cause the opposite effect.</string>
 +<string name="RingOfSatiety_Gender">neuter</string>
 +<string name="RingOfSatiety_Name_RU">Кольцо Сытости</string>
 +<string name="RingOfSatiety_Info_RU">Носитель кольца сможет дольше продержаться без еды. Ослабленное кольцо подстегнёт голод.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:ring_item|Ring (Item)]]
 +  * [[mr:hunger_buff|Hunger (Buff)]]