====== Succubus ====== {{ rpd:images:succubus_mob.png|Succubus }} **Succubus** is a demon mob in Remixed Dungeon that can charm heroes and blink around the battlefield. ==== Description ==== Succubi are demons that take the form of alluring (in a slightly gothic style) young women. With their sorcery, they can charm heroes, rendering them unable to attack until the effect wears off. ==== Statistics ==== * **Health (HP)**: 80 * **Attack**: 15-25 damage with 40 attack skill * **Defense**: 10 armor with 25 defense skill * **Speed**: Normal * **Experience**: 12 EXP * **Max Level**: 25 * **Carcass Chance**: 0% (leaves no corpse) ==== Special Abilities ==== * **Charm**: 33% chance on attack to apply [[en:rpd:charm_buff|Charm]] debuff for 2-5 turns, preventing the target from attacking * **Blink**: Can teleport to target every 5 turns if the target is visible and more than 2 cells away * **Enhanced Vision**: View distance increased by 1 compared to normal mobs ==== Immunities and Resistances ==== * **Immune to Sleep**: Cannot be put to sleep by any means * **Resistant to Leech**: Has resistance to the [[en:rpd:leech_enchantment|Leech]] enchantment ==== Drops ==== * **[[en:rpd:scroll_of_lullaby_item|Scroll of Lullaby]]**: 5% drop chance ==== Location ==== Succubi can be found in various parts of the dungeon, particularly on deeper levels. They are more common in later game areas. ==== Combat Strategy ==== * **Beware of Charm**: The charm ability can prevent you from attacking, leaving you vulnerable * **Ranged Combat**: Use ranged weapons to avoid the charm effect when possible * **Quick Kills**: Try to defeat the succubus quickly before it can use its blink ability to escape * **Immunity Awareness**: Sleep-based strategies won't work; use other crowd control methods * **Leech Ineffective**: Weapons with leech enchantment are less effective due to resistance ==== Source 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]] * Charm Buff: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Charm.java|Charm.java]] ==== String Resources ==== succubus succubus ==== Related Entities ==== * [[en:rpd:charm_buff|Charm]] - Debuff applied by succubus attacks * [[en:rpd:sleep_buff|Sleep]] - Status effect succubus is immune to * [[en:rpd:scroll_of_lullaby_item|Scroll of Lullaby]] - Item dropped by succubi * [[en:rpd:leech_enchantment|Leech]] - Enchantment succubus resists * [[en:rpd:demon_mob|Demon]] - Mob category * [[en:rpd:incubus_mob|Incubus]] - Male counterpart {{tag> rpd mobs demons}}