User Tools

Site Tools


mr:gold_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:gold_item [2025/12/27 03:57] – Auto-fix: Apply dokuwiki linter fixes mikemr:gold_item [2025/12/27 04:00] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gold Item - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Gold.java|Gold.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Gold_Name">gold</string>
 +<string name="Gold_Collect">Collect gold coins to spend them later in a shop.</string>
 +<string name="Gold_Info">A pile of %d gold coins.</string>
 +<string name="Gold_Info1">One gold coin.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:golden_key_item|Golden Key (Item)]]
 +  * [[mr:dark_gold_item|Dark Gold (Item)]]
mr/gold_item.txt · Last modified: (external edit)