====== Cold Spirit ====== {{ rpd:images:cold_spirit_mob.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 (Ice Caves) * **HP:** 50 (base, scales with level) * **Attack:** Melee with 25% chance to freeze * **Defense:** 22 DR * **Speed:** 1.3x base speed (fast) * **Attack Skill:** 22 (base) * **Defense Skill:** 16 (base) * **Flying:** Yes * **Experience:** 8 XP (at level 1) * **Max Level:** 20 ==== Mechanics ==== * **Freezing Attack:** 25% chance on hit to apply Freezing effect to enemy position * **Flying:** Can fly over terrain obstacles * **Spirit Nature:** May have immunities to certain damage types * **Cold Resistance:** Reduced damage from cold-based attacks * **Loot:** 2% chance to drop Gold ==== 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 ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/ColdSpirit.java|ColdSpirit.java]] - Implementation * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/MobFactory.java|MobFactory.java]] - Registration * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1120-L1122|ColdSpirit strings]] - String resources ==== Related Mobs ==== * [[en:rpd:ice_elemental_mob|Ice Elemental]] - Similar cold abilities * [[en:rpd:fire_elemental_mob|Fire Elemental]] - Opposing elemental * [[en:rpd:wraith_mob|Wraith]] - Other spirit-type mob {{tag> rpd mobs spirits cold}}