====== Sleep ====== {{ rpd:images:invisibility_sprite.png|Sleep Status Effect }} **Sleep** is a status effect in Remixed Pixel Dungeon that renders the affected character unconscious and unable to take actions. ==== Effects ==== * **Action Prevention**: Affected characters cannot move, attack, or use items/spells * **Turn Skipping**: The affected character's turn is skipped until awakened * **Automatic Awakening**: The effect typically wears off after a certain number of turns * **Damage Awakening**: Taking damage usually awakens the sleeping character ==== Causes ==== Sleep can be inflicted by: * [[rpd:scroll_of_lullaby|Scroll of Lullaby]] * Special abilities of certain mobs * Some enchantments or items with sleep effects * Various spells or magic effects ==== Counters ==== * Taking damage usually awakens the affected character * Some creatures may be immune to sleep effects * [[rpd:resistances|Sleep Resistance]] reduces the chance of being affected * Some classes have abilities that prevent sleep ==== Source Code ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Sleep.java|Sleep.java]] * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L608-L609|Sleep strings (line 608-609)]] * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L608-L609|Sleep strings (line 608-609)]] ==== See Also ==== * [[rpd:status_effects|Status Effects]] * [[rpd:scroll_of_lullaby|Scroll of Lullaby]] * [[rpd:buffs|Buffs and Debuffs]] * [[rpd:terror|Terror]] {{tag> rpd status_effects buffs }}