User Tools

Site Tools


rpd:spirit_of_pain_mob

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:spirit_of_pain_mob [2025/12/24 10:42] – Rename files to follow correct naming scheme mikerpd:spirit_of_pain_mob [2025/12/24 10:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spirit of Pain (Mob) ======
  
 +{{ rpd:images:spirit_of_pain_mob.png|Spirit of Pain }}
 +
 +The Spirit of Pain is a summoned mob that appears when a Treacherous Spirit takes damage. These spirits have a limited lifespan and will die after a few turns.
 +
 +==== Description ====
 +A shard of living darkness. These spirits are summoned by Treacherous Spirits during combat to assist in battle.
 +
 +==== Stats ====
 +  * **HP:** 80
 +  * **Attack Skill:** 30
 +  * **Defense Skill:** 30
 +  * **Damage:** 5-10
 +  * **Defense Rating:** 20
 +  * **Exp for Kill:** 0 (no experience gained)
 +  * **Special:** Dies automatically after a few turns due to self-damage
 +
 +==== Abilities ====
 +  * **Self-Destruct Timer:** Takes 6 damage each turn until it dies
 +  * **Hunting AI:** Actively pursues enemies when in hunting state
 +  * **Flying:** Can move over obstacles and terrain
 +
 +==== Drops ====
 +  * None (no drops since they have 0 EXP)
 +
 +==== Strategy ====
 +  * These spirits will die on their own due to self-damage
 +  * They don't provide experience when killed
 +  * Focus on the Treacherous Spirit summoner rather than the summoned Spirits of Pain
 +
 +==== Related ====
 +  * [[rpd:treacherous_spirit_mob|Treacherous Spirit]] - Mob that summons these spirits
 +  * [[rpd:mobs|Mobs]] - Other enemies in the game
 +
 +==== Source Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/SpiritOfPain.java|SpiritOfPain.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L706-L709|SpiritOfPain strings]]
 +
 +{{tag> rpd mobs spirits guts summoned}}