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

en:rpd:ice_guardian_mob [2026/01/01 19:45] – namespace move Mikeen:rpd:ice_guardian_mob [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ice Guardian ======
  
 +{{ rpd:images:mob_IceGuardian.png|Ice Guardian }}
 +
 +Ice Guardians are magical constructs made of magical ice, created by the ancient kobolds to protect their icy caves. Unlike the Ice Guardian Core boss, these are regular mobs that appear in the Ice Caves level.
 +
 +==== Stats ====
 +  * **HP:** 70
 +  * **EXP for Kill:** 5
 +  * **Defense Skill:** 30
 +  * **Attack Skill:** 31
 +  * **Damage:** 10-15
 +  * **DR (Damage Resistance):** 14
 +  * **Speed:** 0.7
 +
 +==== Abilities ====
 +  * **Immunities:** Immune to Paralysis, Toxic Gas, Terror, Death enchantment, Amok, Blindness, and Sleep
 +  * **Loot:** Drops Frozen Carpaccio with 20% chance
 +
 +==== Special Mechanics ====
 +  * When an Ice Guardian dies, it attempts to damage the Ice Guardian Core (if present) for 150 damage
 +  * If the Ice Guardian Core survives the damage, it has a chance to resurrect the Ice Guardian twice
 +
 +==== Habitat ====
 +Ice Guardians can be found in the [[en:rpd:ice_caves|Ice Caves]] levels, usually protecting the Ice Guardian Core.
 +
 +==== Strategy ====
 +  * Bring strong fire-based attacks for increased effectiveness
 +  * Prepare for strong freezing effects
 +  * High-level equipment recommended for engagement
 +  * Fire-enchanted weapons are especially effective
 +  * Consider crowd control to separate from other enemies
 +
 +==== Content Verification ====
 +  * Information source: Java Class com.nyrds.pixeldungeon.mobs.icecaves.IceGuardian
 +  * Stats verified directly from IceGuardian.java class properties
 +  * Effect descriptions based on code analysis of die() method
 +  * Last updated: Based on current git repository state
 +
 +==== Code Reference ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/icecaves/IceGuardian.java|IceGuardian.java]] - Implementation
 +  * [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/MobFactory.java#L233|MobFactory.java:233]] - Registration
 +  * [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L1441-L1443|IceGuardian strings]] - String resources
 +
 +==== Related Mobs ====
 +  * [[en:rpd:ice_guardian_core_mob|Ice Guardian Core]] - Related boss mob
 +  * [[en:rpd:ice_elemental_mob|Ice Elemental]] - Similar cold abilities
 +  * [[en:rpd:fire_elemental_mob|Fire Elemental]] - Opposing elemental
 +  * [[en:rpd:kobold_mob|Kobold]]
 +  * [[en:rpd:kobold_icemancer_mob|Kobold Icemancer]]
 +  * [[en:rpd:frozen_carpaccio_item|Frozen Carpaccio]]
 +
 +{{tag> rpd mobs ice_caves}}