User Tools

Site Tools


en:rpd:ice_guardian_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:rpd:ice_guardian_mob [2026/01/03 02:09] – Update Ice Guardian mob page with proper image reference and better references mikeen:rpd:ice_guardian_mob [2026/01/09 11:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ice Guardian Mob ======
 +
 +{{ rpd:images:iceguardian_sprite.png|Ice Guardian }}
 +
 +The **Ice Guardian** is a mob in Remixed Dungeon. It's an ice creature found in the Ice Caves level.
 +
 +==== Basic Information ====
 +  * **Type:** Ice creature
 +  * **Level:** Ice Caves (typically around level 14-15)
 +  * **HP/HT:** 70
 +  * **Attack Skill:** 31
 +  * **Defense Skill:** 30
 +  * **Damage:** 10-15
 +  * **Defense Rating:** 14
 +  * **Speed:** 0.7 (slower than normal)
 +  * **EXP for Kill:** 5
 +
 +==== Special Abilities ====
 +  * **Immunities:** Immune to Paralysis, Toxic Gas, Terror, Death, Amok, Blindness, and Sleep
 +  * **Resurrection:** When killed, if an Ice Guardian Core is alive, it will resurrect itself twice
 +  * **Loot:** Has a 20% chance to drop a Frozen Carpaccio when killed
 +
 +==== Behavior ====
 +  * The Ice Guardian is part of the Ice Guardian Core boss fight
 +  * When killed, it triggers damage to the Ice Guardian Core
 +  * If the core survives the damage, the Ice Guardian will resurrect itself twice
 +
 +==== Strategy ====
 +  * Focus on killing the Ice Guardian Core first to prevent resurrection
 +  * The slower speed can be exploited with proper positioning
 +  * Since it has multiple immunities, status-effect strategies won't work
 +
 +==== Code Reference ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/icecaves/IceGuardian.java|IceGuardian.java]]
 +  * Related Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/icecaves/IceGuardianCore.java|IceGuardianCore.java]]
 +  * Sprite Configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/IceGuardian.json|IceGuardian.json]]
 +  * String Resources (EN): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1019-L1026|IceGuardian strings]]
 +  * String Resources (RU): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1058-L1064|IceGuardian strings]]
 +
 +==== Related Mobs ====
 +  * [[en:rpd:ice_guardian_core_mob|Ice Guardian Core]] - The main boss entity connected to Ice Guardians
 +  * [[en:rpd:ice_elemental_mob|Ice Elemental]] - Other ice-based creature
 +
 +{{tag> rpd mobs ice guardians ice_caves boss_fight}}