User Tools

Site Tools


mr:enslaved_soul_mob

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:enslaved_soul_mob [2025/12/25 18:23] – auto lint fix Mikhaelmr:enslaved_soul_mob [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Enslaved Soul 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 =====
 +This entity may have JSON configuration, but no matching config was found. Check: 
 +  * RemixedDungeon/src/main/assets/mobsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/enslaved_soul.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="EnslavedSoul_Name">[Name]</string>
 +<string name="EnslavedSoul_Info">[Description]</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists