====== Drowsy Buff ====== {{ rpd:images:buff_sleep.png|Drowsy Status Effect }} **Drowsy** is a status effect in Remixed Pixel Dungeon that makes the affected character feel sleepy and eventually fall asleep if the effect persists. ==== Effects ==== * **Sleepiness:** Affected characters become increasingly drowsy * **Action Reduction:** May reduce the effectiveness of actions * **Duration:** The effect lasts until it wears off or is cured, potentially leading to sleep * **Sleep Transition:** If the effect persists, the character may fall asleep ==== Causes ==== Drowsy can be inflicted by: * [[en:rpd:scroll_of_lullaby_item|Scroll of Lullaby]] * Special abilities of certain mobs * Some magical effects or items that induce sleepiness * Certain environmental effects ==== Counters ==== * [[en:rpd:resistances|Sleep Resistance]] may prevent the effect * Potions and items that cure status effects may remove drowsiness * Some creatures may be immune to sleep-related effects * Taking actions before falling asleep ==== Source Code ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Drowsy.java|Drowsy.java]] * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L377-L379|Drowsy strings (lines 377-379)]] * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L378-L380|Drowsy strings (lines 378-380)]] * Related Sleep mechanics: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Sleep.java|Sleep.java]] ==== See Also ==== * [[en:rpd:status_effects|Status Effects]] * [[en:rpd:sleep_buff|Sleep]] * [[en:rpd:buffs|Buffs and Debuffs]] * [[en:rpd:scroll_of_lullaby_item|Scroll of Lullaby]] {{tag> rpd status_effects buffs sleep drowsy control}}