User Tools

Site Tools


mr:golem_mob

Differences

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

Link to this comparison view

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