====== Dreamweed Seed ====== {{ rpd:images:dreamweed_seed_item.png|Dreamweed Seed }} **Dreamweed Seed** is a [[en:rpd:seed_item|seed]] from the [[en:rpd:dreamweed_level_object|Dreamweed]] plant. These seeds can be planted to grow Dreamweed, which releases a confusion gas cloud when activated. ==== Description ==== Dreamweed is a magical plant that, when activated, releases a confusion gas cloud. When a character or enemy steps on a Dreamweed plant, a ConfusionGas cloud is created at that position, affecting nearby creatures. ==== Effects ==== * Creates a confusion gas cloud at the activation position (radius depends on dungeon depth) * Confusion causes affected creatures to move randomly and act unpredictably * Confusion effect lasts depending on dungeon depth (300 + 20 * depth) * Level object disappears after activation ==== Mechanics ==== * Dreamweed plants can be found growing naturally in the dungeon * Confusion gas effect is useful for disrupting enemy formations * Confused creatures move randomly and may attack allies * Dreamweed Seeds can be planted to grow new Dreamweed plants * Eating Dreamweed Seeds applies Vertigo and Mind Vision buffs ==== Strategy ==== * Dreamweed plants are useful for disrupting groups of enemies * Can be used to create chaos and escape from dangerous situations * Effective against enemies that rely on coordinated attacks * Consider planting Dreamweed Seeds to create tactical confusion zones ==== Code References ==== * Plant implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Dreamweed.java|Dreamweed.java]] * Plant effect: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Dreamweed.java#L21-L30|Dreamweed.effect method]] * English String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2048-L2049|Dreamweed_Name, Dreamweed_Desc]] * Russian String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2048-L2049|strings_all.xml (ru)]] ==== Related ==== * [[en:rpd:plants|Plants]] - Other plants in the game * [[en:rpd:seeds_mechanic|Seeds]] - Seeds that can be planted to grow useful plants * [[en:rpd:confusion_gas_buff|Confusion Gas]] - Status effect applied by Dreamweed * [[en:rpd:vertigo_buff|Vertigo]] - Status effect from eating Dreamweed Seeds * [[en:rpd:mind_vision_buff|Mind Vision]] - Status effect from eating Dreamweed Seeds * [[en:rpd:level_objects|Level Objects]] - Other interactive objects in dungeon levels {{tag> rpd items seeds plants confusion_gas}}