User Tools

Site Tools


en:rpd:gnoll_zombie

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:rpd:gnoll_zombie [2026/02/16 00:28] – Add missing wiki pages for consistency - Add ru:rpd:cripple_buff.txt for Russian cripple buff documentation - Add ru:rpd:guts.txt for Russian guts level documentation - Add en:rpd:gnoll_zombie.txt for English gnoll zombie documentation - Add en:rpd:hero.t Qwen Assistanten:rpd:gnoll_zombie [2026/04/09 02:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gnoll Zombie ======
  
 +{{ rpd:images:zombie_gnoll_mob.png|Gnoll Zombie }}
 +
 +**Gnoll Zombie** (original code name: ZombieGnoll) is a special monster type in Remixed Dungeon, appearing exclusively on the [[en:rpd:guts|Guts]] levels (floors 26-30).
 +
 +==== Description ====
 +A mangled, twisted body of a gnoll that no longer resembles either a hyena or humanoid. All that remains is a pile of rotting flesh and bones filled with the desire to kill and devour.
 +
 +==== Features ====
 +  * **Stats:** HP: 210, Damage: 15-35, Armor: 20 (DR), EXP: 7
 +  * **Revival:** Can revive after death with 35% chance (unless killed by fire)
 +  * **Immunities:** Immune to Paralysis and Toxic Gas
 +  * **Experience:** 7 EXP per kill (max level 35)
 +  * **Location:** Appears exclusively on [[en:rpd:guts|Guts]] levels (floors 26-30)
 +  * **Category:** [[en:rpd:undead_mob|Undead]]
 +  * **Drops:** Gold (2% chance)
 +
 +==== Tactics ====
 +The Gnoll Zombie is especially dangerous due to its 35% chance to resurrect after death. This makes combat with it more challenging as it can return to life after seeming to be killed. Fire-based attacks prevent its resurrection. Be sure to have means to deal with undead creatures at the ready.
 +
 +==== Content Verification ====
 +  * Information source: Java class in Remixed Dungeon code
 +  * Verified: Yes, extracted directly from mob class properties
 +  * Effect descriptions: Generated from code analysis
 +  * Last updated: December 31, 2025 based on ZombieGnoll.java
 +
 +==== Data Sources ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/ZombieGnoll.java|ZombieGnoll.java]]
 +  * String Resources (en.): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1897-L1900|ZombieGnoll_Name, ZombieGnoll_Desc, ZombieGnoll_Info]]
 +  * String Resources (other langs.): Various string files in Res/values-* directories
 +  * Spawn Configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json|Bestiary.json]]
 +  * Machine-readable data: [[mr:zombie_gnoll_mob|mr:zombie_gnoll_mob]]
 +
 +==== See Also ====
 +  * [[en:rpd:undead_mob|Undead]]
 +  * [[en:rpd:guts|Guts Level]]
 +  * [[en:rpd:zombie_mob|Zombie]]
 +  * [[ru:rpd:gnoll_zombie_mob|Zombie Gnoll]] (Russian Version)
 +
 +{{tag> rpd mobs undead zombie}}