====== Sungrass Level Object ====== {{ rpd:images:sungrass_level_object.png|Sungrass Level Object }} ==== Description ==== The Sungrass level object provides healing over time to any character that touches it. When a character steps on the tile containing a Sungrass level object, it begins providing a healing effect over several turns. ==== Effects ==== * Provides healing over time to the character that touches it * Offers sustained health restoration * The healing effect continues over multiple turns * The level object disappears after being touched ==== Mechanics ==== * Sungrass level objects can be found growing in the dungeon * They can also be grown by planting [[en:rpd:sungrass_seed_item|Sungrass Seeds]] * The healing effect occurs over a duration after touching the level object * Particularly valuable when health is low ==== Strategy ==== * Sungrass level objects are extremely valuable for healing when health is low * They are more effective than instant healing in some situations * Consider saving them for when healing is most needed * Better than instant healing when you have time to let the effect work ==== 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.Sungrass class]] * Plant Effect: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java#L311-L318|Sungrass.effect method]] * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1882-L1883|WandMaker_SungrassName, WandMaker_SungrassDesc]] ==== Related ==== * [[en:rpd:sungrass_seed_item|Sungrass Seed]] - The seed used to grow Sungrass level objects * [[en:rpd:plants|Plants]] - Other plants in the game * [[en:rpd:seeds|Seeds]] - Seeds that can be planted to grow useful plants * [[en:rpd:healing|Healing]] - General healing mechanics in the game * [[en:rpd:level_objects|Level Objects]] - Other interactive objects in dungeon levels {{tag> rpd plants items level_objects healing}}