User Tools

Site Tools


rpd:gnoll

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:gnoll [2018/09/18 14:56] – ↷ Page name changed from rpd:gnoll to rpd:gnoll_hero mikerpd:gnoll [2025/12/19 23:55] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gnoll ======
  
 +{{ rpd:images:mob_Gnoll.png|Gnoll }}
 +
 +The gnoll is a more dangerous enemy than the common rat, typically encountered in the sewers.
 +
 +==== Description ====
 +Gnolls are hyena-like humanoids that populate the sewers. They are larger and stronger than rats, and often carry weapons. They are more aggressive and dangerous than the common rats.
 +
 +==== Stats ====
 +  * **Level:** 2
 +  * **HP:** 20
 +  * **EXP:** 3
 +  * **Min Damage:** 2
 +  * **Max Damage:** 8
 +  * **Defense:** 6
 +  * **Accuracy:** 12
 +  * **Evasion:** 12
 +  * **Speed:** 1.5
 +
 +==== Behavior ====
 +  * Aggressive behavior, actively seeks hero
 +  * Sometimes carries a weapon (increases damage)
 +  * More intelligent than rats
 +
 +==== Drops ====
 +  * [[rpd:mystery_meat|Mystery Meat]]
 +  * Gold (2-6)
 +  * Occasionally weapons or armor
 +
 +==== Strategy ====
 +  * More dangerous than rats, requires more caution
 +  * May be encountered with weapons, increasing damage
 +  * Should be approached carefully by unprepared heroes
 +
 +==== Data Validation ====
 +This information is extracted directly from the game code and validated against the source implementation. The details are accurate as of the referenced source files and provide reliable information about the mob mechanics.
 +
 +==== Content Verification ====
 +* Information source: Java Class in Remixed Dungeon codebase
 +* Stats verified: Yes, extracted directly from Gnoll.java
 +* Effect descriptions: Generated from code analysis and string resources
 +* Last updated: Based on Gnoll.java class properties
 +
 +==== Source Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Gnoll.java|Gnoll.java - Implementation]]
 +  
 +String resources:
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1885|Gnoll_Name]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1886|Gnoll_Desc]]
 +
 +==== See Also ====
 +  * [[rpd:mobs|Mobs]] - List of all enemies
 +  * [[rpd:sewers|Sewers Level]] - Where this mob is typically found
 +
 +{{tag> rpd mobs sewers}}