User Tools

Site Tools


mr:gnoll_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:gnoll_mob [2026/07/11 12:32] – Fix red link in elven_bow_item.txt: change arrows to arrows_item Qwen Assistantmr:gnoll_mob [2026/07/12 00:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gnoll Mob - Code References ======
  
 +{{ rpd:images:gnoll_mob.png|Gnoll }}
 +
 +===== 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 =====
 +<code xml>
 +<string name="Gnoll_Name">Gnoll</string>
 +<string name="Gnoll_Desc">Gnolls are hyena-like humanoids that roam the sewers in packs. They are aggressive and will attack on sight, but individually they are not very strong.</string>
 +<string name="Gnoll_Gender">masculine</string>
 +<string name="Gnoll_Name_Objective">Gnoll</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:rat_mob|Rat Mob]]
 +  * [[mr:rat_king_mob|Rat King Mob]]
 +  * [[mr:albino_mob|Albino Mob]]
 +
 +{{tag> mr mobs sewers}}
mr/gnoll_mob.txt · Last modified: by 127.0.0.1