User Tools

Site Tools


rpd:drowsy_buff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:drowsy_buff [2026/01/01 05:01] – Add drowsy_buff page with information about the drowsy status effect mikerpd:drowsy_buff [2026/01/01 05:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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:
 +  * [[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 ====
 +  * [[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 ====
 +  * [[rpd:status_effects|Status Effects]]
 +  * [[rpd:sleep_buff|Sleep]]
 +  * [[rpd:buffs|Buffs and Debuffs]]
 +  * [[rpd:scroll_of_lullaby_item|Scroll of Lullaby]]
 +
 +{{tag> rpd status_effects buffs sleep drowsy control}}
rpd/drowsy_buff.txt · Last modified: by 127.0.0.1