User Tools

Site Tools


mr:dewdrop_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:dewdrop_item [2026/01/26 12:30] – Fix dewdrop_item.txt with correct string resource values mikemr:dewdrop_item [2026/01/26 12:31] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Dewdrop Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Dewdrop.java|Dewdrop.java]]
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check:
 +  * RemixedDungeon/src/main/assets/itemsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/dewdrop.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Dewdrop_Name">dewdrop</string>
 +<string name="Dewdrop_Info">A crystal clear dewdrop.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/dewdrop_item.txt · Last modified: by 127.0.0.1