====== Undead ====== Undead are creatures that have been reanimated after death, typically by dark magic or necromancy in Remixed Dungeon. ==== Types of Undead ==== * [[en:rpd:skeleton_mob|Skeleton]] * [[en:rpd:zombie_mob|Zombie]] * [[en:rpd:undead_mob|Undead]] (King's summoned minions) * [[en:rpd:dread_knight_mob|Dread Knight]] * [[en:rpd:death_knight_mob|Death Knight]] * [[en:rpd:lich_mob|Lich]] (Boss mob) * [[en:rpd:lich_subclass|Lich]] (Necromancer subclass) * [[en:rpd:deathling_mob|Deathling]] * [[en:rpd:enslaved_soul_mob|Enslaved Soul]] * [[en:rpd:exploding_skull_mob|Exploding Skull]] * [[en:rpd:black_skull_item|Black Skull]] ==== Common Characteristics ==== * Immune to some status effects like poison and bleeding * May be affected differently by healing effects * Often found in later dungeon areas * Created through necromancy or dark magic ==== Immunities ==== * [[en:rpd:paralysis_buff|Paralysis]] * [[en:rpd:poison_buff|Poison]] * [[en:rpd:sleep_buff|Sleep]] * [[en:rpd:charm_buff|Charm]] ==== Vulnerabilities ==== * [[en:rpd:heal_spell|Heal]] spells (which damage them instead) * [[en:rpd:potion_of_holy_water_item|Potion of Holy Water]] * Certain weapon enchantments and armor glyphs ==== Tactics ==== When fighting undead enemies: * Use weapons with anti-undead enchantments * Avoid using healing effects on them * Take advantage of their immunities when affected by status effects * Consider using light-based items or spells ==== Interactions with Classes ==== * Necromancer class has special relationships with undead * Some spells and abilities work differently on undead * Certain weapons or items may be more effective against undead ==== Source Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/Char.java#L218|Char.undead property]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/Char.java#L2262|Char.setUndead() method]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/Skeleton.java|Skeleton.java (undead)]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/Zombie.java|Zombie.java (undead)]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/King.java#L164|King.Undead.java (undead)]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/DreadKnight.java|Dread Knight.java (undead)]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/DeathKnight.java|Death Knight.java (undead)]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/Lich.java|Lich.java (undead)]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/Deathling.java|Deathling.java (undead)]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/EnslavedSoul.java|Enslaved Soul.java (undead)]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/ExplodingSkull.java|Exploding Skull.java (undead)]] {{tag> rpd mobs undead}}