User Tools

Site Tools


en:rpd:gnoll_shaman_mob

Differences

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

Link to this comparison view

en:rpd:gnoll_shaman_mob [2026/01/01 19:45] – namespace move Mikeen:rpd:gnoll_shaman_mob [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gnoll Shaman (Mob) ======
  
 +{{ rpd:images:gnoll_shaman_mob.png|Gnoll Shaman }}
 +
 +==== Description ====
 +**Gnoll Shamans** are the magical members of Gnoll packs, wielding primitive shamanic magic. They have powerful spellcasting abilities and serve as both healers and offensive spellcasters for the Gnoll pack structure.
 +
 +==== Stats ====
 +  * **HP**: 18 (hp(ht(18)))
 +  * **HT**: 18 (ht(18))
 +  * **Defense Skill**: 8 (baseDefenseSkill = 8)
 +  * **Attack Skill**: 11 (baseAttackSkill = 11)
 +  * **Damage**: 2-6 (dmgMin = 2, dmgMax = 6)
 +  * **Armor**: 4 DR (dr = 4)
 +  * **EXP for Kill**: 6 (expForKill = 6)
 +  * **Maximum Level**: 14 (maxLvl = 14)
 +  * **Loot**: Scroll with 33% chance (loot(Treasury.Category.SCROLL, 0.33f))
 +
 +==== Special Abilities ====
 +  * **Lightning Zaps**: Casts lightning at range that can hit multiple targets
 +  * **Defensive Fleeing**: Enters fleeing state when health is low (defenseProc method)
 +  * **Ranged Combat**: Prefers to stay at range and attack with spells
 +  * **Lightning Resistance**: Has resistance to lightning damage
 +
 +==== Tactics ====
 +  * Dangerous from range due to lightning zap attacks that can hit multiple targets
 +  * Should be eliminated quickly before they can cast multiple spells
 +  * Will attempt to flee when health is low
 +  * Resistant to lightning-based attacks
 +
 +==== Content Verification ====
 +  * Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Shaman.java|Shaman.java]] (actual class name, appears as Gnoll Shaman in game)
 +  * Stats verification: Extracted directly from Shaman.java constructor
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1311-L1314|Shaman string resources]] (Shaman_Name, Shaman_Desc, etc.)
 +  * Last updated: December 31, 2025
 +
 +==== Related ====
 +  * [[en:rpd:gnoll_mob|Gnoll Scout]] - Regular Gnoll member
 +  * [[en:rpd:gnoll_brute_mob|Gnoll Brute]] - Stronger physical variant
 +  * [[en:rpd:shaman_elder_mob|Shaman Elder]] - More powerful variant
 +  * [[en:rpd:mobs|List of Mobs]] - Other enemies in the dungeon
 +
 +{{tag> rpd mobs sewers magic }}