====== Treacherous Spirit Mob ====== {{ rpd:images:treacherous_spirit_mob.png|Treacherous Spirit }} The **Treacherous Spirit** is a special boss mob that appears as part of the AzuterronNPC quest. It is a dark creature that the player must defeat to complete the quest. ==== Overview ==== * **Type**: Quest Boss * **Location**: Spawns on the current level when the AzuterronNPC quest is accepted * **Quest**: Defeat this monster and bring its heart back to the Stranger (AzuterronNPC) * **Reward**: Completing this quest rewards the player with a Potion of Might ==== Stats ==== * **HP**: 200 * **Defense Skill**: 35 * **Attack Skill**: 35 * **Damage**: 30-45 * **Damage Reduction (DR)**: 25 * **Experience for Kill**: 45 * **Maximum Level**: 30 * **AI State**: Wandering ==== Mechanics ==== * The Treacherous Spirit is spawned in a valid random location on the current level when the AzuterronNPC quest is initiated * The spirit is part of the Guts level area content in the Remixed Dungeon game * As a boss creature, it has special abilities: * **Summon Spirit of Pain**: On each attack, there is a 25% chance (1 in 4) to summon a Spirit of Pain at an adjacent empty cell * Must be defeated to obtain the Heart of Darkness quest item * Cannot be pet (canBePet() returns false) ==== Quest Context ==== * The Treacherous Spirit appears as part of a special quest given by the AzuterronNPC (Stranger) * The Stranger requests that the player defeat this creature and bring back its heart * This is a one-time quest that helps introduce players to the Guts area of the dungeon ==== Content Verification ==== * Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/TreacherousSpirit.java|TreacherousSpirit.java]] * Quest mechanics implemented in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/AzuterronNPC.java|AzuterronNPC.java]] * String resources: TreacherousSpirit_Name, TreacherousSpirit_Desc, TreacherousSpirit_Gender, TreacherousSpirit_Name_Objective * Entity kind: treacherousspirit (via getEntityKind() returning simple class name) * Machine-readable data: [[mr:treacherous_spirit_mob|mr:treacherous_spirit_mob]] * Last updated: Based on Remixed Dungeon source code analysis ==== See Also ==== * [[en:rpd:stranger_npc|Stranger/AzuterronNPC]] - The NPC that gives the quest * [[en:rpd:heart_of_darkness_item|Heart of Darkness]] - Quest item obtained from defeating the spirit * [[en:rpd:potion_of_might_item|Potion of Might]] - Reward for completing the quest {{tag> rpd mobs quest boss guts}}