User Tools

Site Tools


rpd:sungrass_level_object

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:sungrass_level_object [2025/12/29 18:23] – Rename sungrass_plant.txt to sungrass_level_object.txt for proper naming convention mikerpd:sungrass_level_object [2025/12/29 18:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 [[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 ====
 +  * [[rpd:sungrass_seed_item|Sungrass Seed]] - The seed used to grow Sungrass level objects
 +  * [[rpd:plants|Plants]] - Other plants in the game
 +  * [[rpd:seeds|Seeds]] - Seeds that can be planted to grow useful plants
 +  * [[rpd:healing|Healing]] - General healing mechanics in the game
 +  * [[rpd:level_objects|Level Objects]] - Other interactive objects in dungeon levels
 +
 +{{tag> rpd plants items level_objects healing}}