User Tools

Site Tools


en:rpd:gnoll_mob

Differences

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

Link to this comparison view

en:rpd:gnoll_mob [2026/01/01 19:45] – namespace move Mikeen:rpd:gnoll_mob [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gnoll Scout (Mob) ======
  
 +{{ rpd:images:gnoll_mob.png|Gnoll Scout }}
 +
 +==== Description ====
 +**Gnoll Scouts** are hyena-like humanoids that dwell in [[en:rpd:sewers_level|sewers]] and dungeons, venturing up to raid the surface from time to time. They are regular members of their pack and are not as strong as [[en:rpd:gnoll_brute_mob|brutes]] or as intelligent as [[en:rpd:gnoll_shaman_mob|shamans]].
 +
 +==== Stats ====
 +  * **HP**: 12 (ht(12))
 +  * **HT**: 12 (ht(12))
 +  * **Defense Skill**: 4 (baseDefenseSkill = 4)
 +  * **Attack Skill**: 11 (baseAttackSkill = 11)
 +  * **Damage**: 2-5 (dmgMin = 2, dmgMax = 5)
 +  * **Armor**: 2 DR (dr = 2)
 +  * **EXP for Kill**: 2 (expForKill = 2)
 +  * **Maximum Level**: 12 (maxLvl = 12)
 +  * **Loot**: [[en:rpd:gold_item|Gold]] with 50% chance (loot(Gold.class, 0.5f))
 +
 +==== Special Abilities ====
 +  * **Quest Trigger**: When killed, Gnoll Scouts trigger both [[en:rpd:ghost_npc|Ghost]] and [[en:rpd:scarecrow_npc|ScarecrowNPC]] quests as evidenced by the die() method in the source code
 +
 +==== Tactics ====
 +  * Common early-game enemies found primarily in the sewers
 +  * Relatively weak individually but can pose a threat in groups
 +  * Basic melee attackers with moderate damage and defense
 +
 +==== 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#L891-L892|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/nyrds/pixeldungeon/mobs/npc/ScarecrowNPC.java|ScarecrowNPC]] quests
 +  * Last updated: December 28, 2025
 +
 +==== Related ====
 +  * [[en:rpd:sewers_level|Sewers Level]] - Common location for Gnoll Scouts
 +  * [[en:rpd:gnoll_brute_mob|Gnoll Brute]] - Stronger variant
 +  * [[en:rpd:gnoll_shaman_mob|Gnoll Shaman]] - Magic-using variant
 +  * [[en:rpd:mobs|List of Mobs]] - Other enemies in the dungeon
 +
 +{{tag> rpd mobs sewers }}