User Tools

Site Tools


rpd:cold_spirit_mob

Differences

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

Link to this comparison view

rpd:cold_spirit_mob [2025/12/19 15:16] – Add new page for cold_spirit_mob.txt with mob details mikerpd:cold_spirit_mob [2025/12/19 15:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Cold Spirit ======
  
 +{{ rpd:images:mob_ColdSpirit.png|Cold Spirit }}
 +
 +The **Cold Spirit** is a mob in Remixed Dungeon. It has cold-based abilities that can freeze the player.
 +
 +==== Basic Information ====
 +  * **Type:** Spirit/Undead
 +  * **Level:** Mid-level enemy
 +  * **HP:** Scales with depth
 +  * **Attack:** Ranged cold-based attacks with freezing effect
 +  * **Defense:** Moderate defense
 +  * **Speed:** Fast speed
 +
 +==== Mechanics ====
 +  * **Freezing Attack:** Can apply freezing status effect on hit
 +  * **Ranged Attacks:** Can attack from a distance
 +  * **Spirit Nature:** May have immunities to certain damage types
 +  * **Cold Resistance:** Reduced damage from cold-based attacks
 +  * **Damage Type:** Cold damage with additional effects
 +
 +==== Strategy ====
 +  * Bring fire-based attacks for increased effectiveness
 +  * Prepare for potential freezing effects
 +  * Close-range weapons can counteract ranged attacks
 +  * Fire-enchanted weapons work well against them
 +
 +==== Loot ====
 +  * May drop rare materials
 +  * Standard spirit mob treasure chance
 +
 +==== Code Reference ====
 +  * [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/ColdSpirit.java|ColdSpirit.java]] - Implementation
 +  * [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/MobFactory.java|MobFactory.java]] - Registration
 +  * [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L1120-L1122|ColdSpirit strings]] - String resources
 +
 +==== Related Mobs ====
 +  * [[rpd:ice_elemental_mob|Ice Elemental]] - Similar cold abilities
 +  * [[rpd:fire_elemental_mob|Fire Elemental]] - Opposing elemental
 +  * [[rpd:wraith_mob|Wraith]] - Other spirit-type mob
 +
 +{{tag> rpd mobs spirits cold}}