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 [2026/02/21 16:41] – Fix wiki standards compliance issues in 5 random pages Qwen Assistantmr:ring_of_satiety_item [2026/02/21 16:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring Of Satiety Item - Code References ======
 +
 +{{ rpd:images:ring_of_satiety_item.png|Ring of Satiety }}
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfSatiety.java|RingOfSatiety.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/Ring.java|Ring.java]] (base class)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfSatiety.java#L14|RingOfSatiety.Satiety.java]] (buff class)
 +
 +===== 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)]]
 +
 +{{tag> rpd items rings ring_of_satiety}}
  
mr/ring_of_satiety_item.txt · Last modified: (external edit)