====== Dreamweed Level Object ====== {{ rpd:images:dreamweed_level_object.png|Dreamweed Level Object }} ==== Description ==== The Dreamweed level object causes any creature that touches it to fall asleep. When a character or enemy steps on the tile containing a Dreamweed level object, they are put to sleep temporarily. ==== Effects ==== * Puts the creature that touches it to sleep temporarily * Provides a control effect that neutralizes threats * The sleep effect lasts for a duration * The level object disappears after being touched ==== Mechanics ==== * Dreamweed level objects can be found growing in the dungeon * They can also be grown by planting [[rpd:dreamweed_seed_item|Dreamweed Seeds]] * The sleep effect is beneficial for avoiding combat * Sleeping creatures cannot act while asleep ==== Strategy ==== * Dreamweed level objects are useful for bypassing difficult enemies * Can be used to gain time in dangerous situations * Effective against enemies that would otherwise be difficult to fight * Consider using to pass through areas with dangerous stationary enemies ==== Code Reference ==== * Plant Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java|WandMaker.Dreamweed class]] * Plant Effect: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java#L335-L340|Dreamweed.effect method]] * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1884-L1885|WandMaker_DreamweedName, WandMaker_DreamweedDesc]] ==== Related ==== * [[rpd:dreamweed_seed_item|Dreamweed Seed]] - The seed used to grow Dreamweed level objects * [[rpd:plants|Plants]] - Other plants in the game * [[rpd:seeds|Seeds]] - Seeds that can be planted to grow useful plants * [[rpd:sleep_buff|Sleep]] - The status effect applied by Dreamweed * [[rpd:level_objects|Level Objects]] - Other interactive objects in dungeon levels {{tag> rpd plants items level_objects sleep}}