User Tools

Site Tools


mr:snail_mob

Differences

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


mr:snail_mob [2025/12/21 13:22] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Snail Mob - Code References ======
 +
 +===== Java Classes =====
 +This entity may be implemented in Java, but no matching class was found. Check: 
 +  * RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/*.java
 +  * RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/actors/mobs/*.java
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/Snail.json|Snail.json]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Snail.json|Snail.json]]
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="Snail_Name">[Name]</string>
 +<string name="Snail_Info">[Description]</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists