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 [2025/12/25 18:23] – auto lint fix Mikhaelmr:dewdrop_item [2025/12/25 18:24] (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">[Name]</string>
 +<string name="Dewdrop_Info">[Description]</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists