User Tools

Site Tools


en:rpd:cold_spirit_mob

Differences

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

Link to this comparison view

Next revision
Previous revision
en:rpd:cold_spirit_mob [2026/01/01 19:45] – namespace move Mikeen:rpd:cold_spirit_mob [2026/05/14 20:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Cold Spirit ======
  
 +{{ rpd:images:cold_spirit_mob.png|Cold Spirit }}
 +
 +The **Cold Spirit** is a mob in Remixed Dungeon found in the Ice Caves. It is a manifestation of frost in its purest form, acting as a mindless shell of magical energy that obeys the will of the magician who summoned it or acts on basic instincts.
 +
 +==== Basic Information ====
 +  * **Type:** Spirit
 +  * **Location:** Ice Caves
 +  * **HP:** 50
 +  * **Damage:** 12-15
 +  * **Damage Reduction:** 22
 +  * **Speed:** 1.3x base speed (fast)
 +  * **Attack Skill:** 22
 +  * **Defense Skill:** 16
 +  * **Flying:** Yes
 +  * **Experience:** 8 XP
 +  * **Max Level:** 20
 +
 +==== Mechanics ====
 +  * **Freezing Attack:** 25% (1 in 4) chance on hit to apply [[en:rpd_freezing_buff|Freezing]] effect to the enemy's position
 +  * **Flying:** Can fly over terrain obstacles
 +  * **Loot:** 2% chance to drop [[en:rpd_gold_item|Gold]]
 +
 +==== Strategy ====
 +  * The Cold Spirit's freezing effect can immobilize the player, so maintain distance when possible
 +  * Fire-enchanted weapons are effective against cold-based enemies
 +  * Since it flies, traps that affect the ground may be less useful
 +  * Its high defense (22 DR) means low-damage weapons will be significantly reduced
 +
 +==== Code Reference ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/icecaves/ColdSpirit.java|ColdSpirit.java]] - Implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1035-L1038|ColdSpirit strings (English)]] - String resources
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L556-L559|ColdSpirit strings (Russian)]] - 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}}