User Tools

Site Tools


mr:rat_mob

Differences

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

Link to this comparison view

mr:rat_mob [2025/12/22 10:56] – Fix wiki pages: correct naming, add code references, improve content, and resolve red links mikemr:rat_mob [2025/12/22 11:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Rat Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Rat.java|Rat.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Rat.json|Rat.json]] - Sprite configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1234|String: rat_name]] - The display name for the rat mob
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1235|String: rat_desc]] - The description text for the rat mob
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists