====== Plants ====== {{ rpd:images:earthroot_seed_item.png|Earthroot Seed (representative image) }} Plants are important elements in Remixed Dungeon that can be grown from seeds and provide various beneficial effects when touched. Each plant has unique properties and can be a valuable resource in the dungeon. ==== Types of Plants ==== * [[en:rpd:earthroot_level_object|Earthroot]] - Provides barkskin protection * [[en:rpd:firebloom_level_object|Firebloom]] - Deals fire damage to nearby creatures * [[en:rpd:icecap_level_object|Icecap]] - Chills nearby creatures * [[en:rpd:sungrass_level_object|Sungrass]] - Provides healing over time * [[en:rpd:sorrowmoss_level_object|Sorrowmoss]] - Provides an enhanced throwing plant * [[en:rpd:fadeleaf_level_object|Fadeleaf]] - Allows teleportation * [[en:rpd:dreamweed_level_object|Dreamweed]] - Puts creatures to sleep * [[en:rpd:rotberry_level_object|Rotberry]] - Grows into an AlcoholicSpirit ==== Planting Mechanics ==== * Plants can be grown by planting their corresponding seeds anywhere on the dungeon floor * Seeds can be found throughout the dungeon and may be dropped by certain enemies * Some plants can only be found growing naturally in certain level types * Once a plant is touched by a character, it provides its effect and disappears ==== Strategy ==== * Plants should be saved for challenging situations when their effects would be most beneficial * Consider the positioning when planting seeds as you'll need to step on the tile to activate the plant * Some plants are more valuable than others depending on your current situation ==== Code Reference ==== * Plant Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Plant.java|Plant.java]] * All Plant Classes: [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants|Plants Directory]] ==== Related ==== * [[en:rpd:seeds|Seeds]] - Items used to grow plants * [[en:rpd:alchemy_mechanic|Alchemy]] - Game mechanic involving plants {{tag> rpd items plants gardening}}