User Tools

Site Tools


en:rpd:heart_of_darkness_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:heart_of_darkness_item [2026/03/07 19:57] – Wiki standards: Fix formatting, consistency, and accuracy issues in 5 random pages Qwen Assistanten:rpd:heart_of_darkness_item [2026/03/07 20:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Heart of Darkness Item ======
  
 +{{ rpd:images:heart_of_darkness_item.png|Heart of Darkness }}
 +
 +The **Heart of Darkness** is an artifact in Remixed Dungeon that is obtained after defeating the Treacherous Spirit. It provides the Dark Veil buff when equipped and can also be exchanged with the Stranger (AzuterronNPC) for a Potion of Might.
 +
 +==== Overview ====
 +  * **Type**: Artifact
 +  * **Function**: Provides Dark Veil buff when equipped; can be exchanged for Potion of Might
 +  * **Source**: Dropped by the Treacherous Spirit boss in the Guts area
 +  * **Equipment Slot**: Artifact slot
 +
 +==== Artifact Mechanics ====
 +  * When equipped, the Heart of Darkness provides the **Dark Veil** buff
 +  * When the wearer is attacked, there is a chance to spawn a **Spirit of Pain** that fights on the hero's side
 +  * The artifact is automatically identified when picked up
 +  * The Spirit of Pain is spawned adjacent to the hero when damage is taken
 +
 +==== Quest Function ====
 +  * The Heart of Darkness can be exchanged with [[en:rpd:stranger_npc|AzuterronNPC (Stranger)]] for a [[en:rpd:potion_of_might_item|Potion of Might]]
 +  * This is a one-time exchange - the artifact is consumed in the trade
 +  * Players must choose between keeping the artifact for its buff or exchanging it for the permanent stat increase
 +
 +==== Strategy ====
 +  * **Keep as Artifact**: Useful for heroes who frequently take damage and can benefit from Spirit of Pain allies
 +  * **Exchange for Potion**: Better for long-term stat progression, as Potion of Might provides permanent HP increase
 +  * **Treacherous Spirit Fight**: Defeat this boss in the Guts area to obtain the Heart of Darkness
 +
 +==== Content Verification ====
 +  * Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/guts/HeartOfDarkness.java|HeartOfDarkness.java]]
 +  * Quest interaction: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/AzuterronNPC.java|AzuterronNPC.java]]
 +  * Drop source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/TreacherousSpirit.java|TreacherousSpirit.java]]
 +  * Last updated: Based on Remixed Dungeon source code analysis
 +
 +==== See Also ====
 +  * [[en:rpd:treacherous_spirit_mob|Treacherous Spirit]] - The boss that drops the artifact
 +  * [[en:rpd:stranger_npc|Stranger/AzuterronNPC]] - The NPC that accepts the artifact for exchange
 +  * [[en:rpd:potion_of_might_item|Potion of Might]] - The reward received in exchange
 +  * [[en:rpd:artifacts|Artifacts]] - Other artifacts in the game
 +  * [[en:rpd:dark_veil_buff|Dark Veil]] - The buff provided by the Heart of Darkness
 +
 +{{tag> rpd items artifacts darkness quest guts}}