====== Firebloom Plant ====== {{ rpd:images:levelObject_Firebloom.png|Firebloom Plant }} ==== Description ==== The Firebloom plant is a dangerous plant that deals fire damage to any character that touches it. When a character steps on the tile containing a Firebloom plant, it explodes and burns everything in the surrounding area. ==== Effects ==== * Deals fire damage to the character that touches it * Also damages all other creatures in the surrounding area * The plant disappears after being touched * Provides an explosive effect that can damage multiple enemies ==== Mechanics ==== * Firebloom plants can be found growing in the dungeon * They can also be grown by planting [[rpd:firebloom_seed_item|Firebloom Seeds]] * The explosion affects a small radius around the plant location * Can be both a hazard and a tactical tool in combat ==== Strategy ==== * Firebloom plants should generally be avoided unless used tactically in combat * They can be useful for damaging groups of enemies in tight spaces * Consider using them when surrounded by hostile creatures * Be mindful of your health when using this tactic ==== Code Reference ==== * Plant Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Firebloom.java|Firebloom.java]] * Plant Effect: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Firebloom.java#L16-L21|Firebloom.effect method]] ==== Related ==== * [[rpd:firebloom_seed_item|Firebloom Seed]] - The seed used to grow Firebloom plants * [[rpd:plants|Plants]] - Other plants in the game * [[rpd:seeds|Seeds]] - Seeds that can be planted to grow useful plants * [[rpd:elemental_damage|Elemental Damage]] - Damage type dealt by Firebloom {{tag> rpd plants items level_objects fire}}