User Tools

Site Tools


rpd:gnoll_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:gnoll_mob [2025/12/20 01:05] – Update Gnoll mob page with code references and enhanced wiki links mikerpd:gnoll_mob [2025/12/20 01:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gnoll Scout (Mob) ======
  
 +{{ rpd:images:gnoll_sprite.png|Gnoll Scout Sprite }}
 +
 +==== Description ====
 +**Gnoll Scouts** are hyena-like humanoids that dwell in [[rpd:sewers|sewers]] and [[rpd:dungeons|dungeons]], venturing up to raid the surface from time to time. They are regular members of their pack and are not as strong as [[rpd:brute_mob|brutes]] or as intelligent as [[rpd:shaman_mob|shamans]].
 +
 +==== Stats ====
 +* **HP**: 12
 +* **HT**: 12
 +* **Defense Skill**: 4
 +* **Attack Skill**: 11
 +* **Damage**: 2-5
 +* **Armor**: 2 DR
 +* **EXP for Kill**: 2
 +* **Maximum Level**: 12
 +* **Loot**: [[rpd:gold|Gold]] with 50% chance
 +
 +==== Notes ====
 +Gnoll Scouts are common enemies found in the early dungeon areas, particularly sewers. They represent the basic gnoll warrior in the pack structure.
 +
 +**Note**: This is the dungeon enemy. For the playable hero class, see [[rpd:gnoll|Gnoll]].
 +
 +==== Content Verification ====
 +* Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Gnoll.java|Gnoll.java]]
 +* Stats verification: Extracted directly from Gnoll.java constructor
 +* String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1292-L1295|Gnoll string resources]] (Gnoll_Name, Gnoll_Desc)
 +* Special mechanics: Dies trigger [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/Ghost.java|Ghost]] and [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/mobs/npc/ScarecrowNPC.java|ScarecrowNPC]] quests
 +* Last updated: December 20, 2025
 +
 +{{tag> rpd mobs}}
rpd/gnoll_mob.txt · Last modified: by 127.0.0.1