User Tools

Site Tools


mr:bat_mob

Differences

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

Link to this comparison view

mr:bat_mob [2025/12/20 03:23] – Add mr: page for bat_mob mikemr:bat_mob [2025/12/20 03:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Bat Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Bat.java|Bat.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/Bat.json|Bat.json]] - Mob configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L420|String: mob_bat_name]] - The display name for the bat mob
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L421|String: mob_bat_desc]] - The description text for the bat mob
 +
 +===== Lua Scripts =====
 +This entity has no specific Lua script implementation (uses Java class)