User Tools

Site Tools


rpd:treacherous_spirit_mob

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:treacherous_spirit_mob [2025/12/24 10:42] – Rename files to follow correct naming scheme mikerpd:treacherous_spirit_mob [2025/12/24 10:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Treacherous Spirit ======
  
 +{{ rpd:images:treacherousspirit_sprite.png|Treacherous Spirit }}
 +
 +The Treacherous Spirit is a powerful enemy found in the Guts level of Remixed Dungeon. It's a quest-related mini-boss that appears on floor 27.
 +
 +==== Description ====
 +This monstrous creature looks like a cloud of living darkness. It's gigantic eye stares at you, while pulsating with each movement you make. The Treacherous Spirit is known for summoning Spirit of Pain minions during combat.
 +
 +==== Stats ====
 +  * **HP:** 200
 +  * **Attack Skill:** 35
 +  * **Defense Skill:** 35
 +  * **Damage:** 30-45
 +  * **Defense Rating:** 25
 +  * **Exp for Kill:** 45
 +  * **Max Level:** 30
 +  * **AI State:** Wandering
 +  * **Special:** Cannot become a pet
 +
 +==== Abilities ====
 +  * **Spirit Summoning:** Upon taking damage, has a 25% chance to summon a Spirit of Pain minion
 +  * **Flying:** Can move over obstacles and terrain
 +  * **High Combat Stats:** Strong attack and defense capabilities
 +
 +==== Drops ====
 +  * [[rpd:heart_of_darkness_item|Heart of Darkness]] - A rare quest item required for certain crafting recipes
 +
 +==== Strategy ====
 +  * Be prepared for summoned enemies during combat
 +  * The Spirit of Pain minions will take damage over time and die eventually
 +  * High HP and damage output requires careful positioning and healing
 +  * Cannot be charmed or tamed to become a pet
 +
 +==== Related ====
 +  * [[rpd:spirit_of_pain_mob|Spirit of Pain]] - Minions summoned by the Treacherous Spirit
 +  * [[rpd:azuterron_npc|Azuterron NPC]] - Quest-related NPC that may have information about this mob
 +
 +==== Technical Details ====
 +  * **Java Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/TreacherousSpirit.java|com.nyrds.pixeldungeon.mobs.guts.TreacherousSpirit]]
 +  * **Implementation:** Extends the base Mob class
 +  * **Summoning Chance:** 25% chance (Random.Int(4) == 1) to summon a Spirit of Pain on attack
 +
 +==== Content Verification ====
 +  * Information source: Java Class com.nyrds.pixeldungeon.mobs.guts.TreacherousSpirit
 +  * Stats verification: Extracted directly from class implementation
 +  * Effect descriptions: Based on in-game mechanics and string resources
 +  * Source code: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/TreacherousSpirit.java|TreacherousSpirit.java]]
 +
 +{{tag> rpd mobs spirits guts}}