User Tools

Site Tools


rpd:spirit_of_pain

Differences

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

Link to this comparison view

rpd:spirit_of_pain [2025/12/19 07:14] – Wiki maintenance: Update and create pages with accurate code references mikerpd:spirit_of_pain [2025/12/19 07:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spirit of Pain ======
  
 +{{ rpd:images:mob_SpiritOfPain.png|Spirit of Pain }}
 +
 +The **Spirit of Pain** is a temporary mob that is summoned by the [[rpd:heart_of_darkness|Heart of Darkness]] [[rpd:artifact]] when its owner takes damage.
 +
 +==== Stats ====
 +  * **HP/HT**: 80
 +  * **Attack Skill**: 30
 +  * **Defense Skill**: 30
 +  * **Damage**: 5-10
 +  * **Damage Reduction**: 20
 +  * **EXP**: 0 (no experience when killed)
 +  * **Movement**: Flying
 +  * **Lifespan**: Self-damages 6 HP each turn until it dies
 +
 +==== Behavior ====
 +  * Summons by [[rpd:heart_of_darkness|Heart of Darkness]] artifact when wearer takes damage
 +  * Appears in an adjacent empty cell to the damage location
 +  * Functions as a temporary pet for the [[rpd:heart_of_darkness]] owner
 +  * Automatically dies after taking damage for several turns (self-damage mechanism)
 +  * Cannot be controlled directly by the player
 +
 +==== Acquisition ====
 +  * Automatically summoned by the [[rpd:heart_of_darkness|Heart of Darkness]] artifact
 +  * No other way to summon or encounter these spirits normally
 +
 +==== Strategy ====
 +  * The temporary nature means they provide short-term assistance
 +  * More useful in situations where the player expects to take damage
 +  * Can help in emergency situations by distracting enemies
 +
 +==== Source Code Reference ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/SpiritOfPain.java|SpiritOfPain.java]]
 +
 +==== String Resources ====
 +''<code xml>''
 +<string name="SpiritOfPain_Name">Spirit of Pain</string>
 +<string name="SpiritOfPain_Info">A dark spirit summoned by the Heart of Darkness when its owner takes damage.</string>
 +<string name="SpiritOfPain_Desc">A dark spirit summoned by the Heart of Darkness when its owner takes damage. It has limited lifespan.</string>
 +<string name="SpiritOfPain_Gender">masculine</string>
 +''</code>''
 +
 +==== Related ====
 +  * [[rpd:heart_of_darkness|Heart of Darkness]] - Artifact that summons this spirit
 +  * [[rpd:treacherous_spirit|Treacherous Spirit]] - Related spirit mob
 +  * [[rpd:artifacts|Artifacts]] - Other special items
 +
 +{{tag> rpd mobs spirits summoned temporary}}
rpd/spirit_of_pain.txt · Last modified: by 127.0.0.1