User Tools

Site Tools


mr:thief_mob

Differences

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


mr:thief_mob [2025/12/21 13:23] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Thief Mob - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Thief.java|Thief.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Thief.json|Thief.json]]
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="Thief_Name">[Name]</string>
 +<string name="Thief_Info">[Description]</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists