User Tools

Site Tools


mr:gnoll_mob

Differences

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

Link to this comparison view

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