====== Demon ====== **Demon** is a type of enemy in Remixed Dungeon that belongs to the supernatural creature classification. ==== General Information ==== * **Type**: Enemy * **Classification**: Supernatural creature * **Features**: Immune to charm and fear effects ==== Known Demons ==== * [[en:rpd_succubus_mob|Succubus]] - A dangerous enemy that uses charm abilities * [[en:rpd_death_knight_mob|Death Knight]] - A powerful warrior summoned by the necromancer * [[en:rpd_shadow_lord_mob|Shadow Lord]] - A boss found in the Wastelands ==== Properties ==== * Immune to certain magical effects * Often possess magical abilities * May be associated with necromancy * Some demons can be either enemies or allies ==== Strategy ==== * Don't rely on magical debuffs that demons are immune to * Be cautious of demons' magical attacks * Some artifacts may be particularly effective against demons ==== Code References ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Succubus.java|Succubus.java]] (example demon) * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/DeathKnight.java|DeathKnight.java]] (example demon) * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/ShadowLord.java|ShadowLord.java]] (example demon) ==== See Also ==== * [[en:rpd_mobs|Mobs]] * [[en:rpd_enemies|Enemies]] * [[en:rpd_demon_mob|Demon]] - Mob category {{tag> rpd mobs demons enemies}}