User Tools

Site Tools


rpd:gnoll_brute_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_brute_mob [2025/12/28 13:14] – Add gnoll_brute_mob.txt page with complete information mikerpd:gnoll_brute_mob [2025/12/28 13:16] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gnoll Brute (Mob) ======
  
 +{{ rpd:images:gnoll_brute_mob.png|Gnoll Brute }}
 +
 +==== Description ====
 +**Gnoll Brutes** are stronger, more muscular variants of regular [[rpd:gnoll_mob|Gnoll Scouts]]. They serve as the heavy hitters in Gnoll packs and are significantly more dangerous than their scout brethren.
 +
 +==== Stats ====
 +  * **HP**: 20 (ht(20))
 +  * **HT**: 20 (ht(20))
 +  * **Defense Skill**: 8 (baseDefenseSkill = 8)
 +  * **Attack Skill**: 15 (baseAttackSkill = 15)
 +  * **Damage**: 6-12 (dmgMin = 6, dmgMax = 12)
 +  * **Armor**: 5 DR (dr = 5)
 +  * **EXP for Kill**: 5 (expForKill = 5)
 +  * **Maximum Level**: 15 (maxLvl = 15)
 +  * **Loot**: [[rpd:gold_item|Gold]] with 100% chance (loot(Gold.class, 1f))
 +
 +==== Special Abilities ====
 +  * **High Damage**: Deals significantly more damage than regular Gnolls
 +  * **Increased Defense**: Higher armor and defense skill than regular Gnolls
 +  * **More Health**: Nearly double the HP of a regular Gnoll
 +
 +==== Tactics ====
 +  * Much more dangerous than regular Gnolls and should be approached carefully
 +  * Often encountered in groups with other Gnolls
 +  * Requires higher armor or damage output to defeat safely
 +  * More dangerous in close quarters combat
 +
 +==== Content Verification ====
 +  * Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/GnollBrute.java|GnollBrute.java]]
 +  * Stats verification: Extracted directly from GnollBrute.java constructor
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L893-L894|GnollBrute string resources]] (GnollBrute_Name, GnollBrute_Desc)
 +  * Last updated: December 28, 2025
 +
 +==== Related ====
 +  * [[rpd:gnoll_mob|Gnoll Scout]] - Weaker variant
 +  * [[rpd:gnoll_shaman_mob|Gnoll Shaman]] - Magic-using variant
 +  * [[rpd:mobs|List of Mobs]] - Other enemies in the dungeon
 +
 +{{tag> rpd mobs sewers }}