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/19 10:48] – Add missing mr: namespace page for rat_mob mikemr:rat_mob [2025/12/19 11:03] (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/mobsDesc/Rat.json|Rat.json]] - Mob 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