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/20 12:15] – Update gnoll_mob mr: page with proper format mikemr:gnoll_mob [2025/12/20 12:20] (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 =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/Gnoll.json|Gnoll.json]] - Mob configuration
 +
 +===== 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 uses Java implementation, but may have associated Lua scripts for special behaviors in:
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/mobs/gnoll.lua|gnoll.lua]] - Potential custom mob behavior
mr/gnoll_mob.txt · Last modified: by 127.0.0.1