User Tools

Site Tools


rpd:sorrowmoss_plant

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:sorrowmoss_plant [2025/12/26 11:31] – Add multiple wiki pages for missing buffs and plants with proper naming conventions mikerpd:sorrowmoss_plant [2025/12/26 11:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Sorrowmoss Plant ======
  
 +{{ rpd:images:levelObject_Sorrowmoss.png|Sorrowmoss Plant }}
 +
 +==== Description ====
 +The Sorrowmoss plant produces a toxic effect that can damage enemies when touched. When a character steps on the tile containing a Sorrowmoss plant, it produces a toxic bloom that damages nearby creatures.
 +
 +==== Effects ====
 +  * Produces a toxic bloom that damages nearby creatures
 +  * Causes damage over time to creatures in the area
 +  * Particularly effective against enemies
 +  * The plant disappears after being touched
 +
 +==== Mechanics ====
 +  * Sorrowmoss plants can be found growing in the dungeon
 +  * They can also be grown by planting [[rpd:sorrowmoss_seed_item|Sorrowmoss Seeds]]
 +  * The toxic effect can be helpful in combat situations
 +  * The damage affects all creatures in the immediate area
 +
 +==== Strategy ====
 +  * Sorrowmoss plants can be used tactically to damage groups of enemies
 +  * Consider the risk vs reward since the effect affects all creatures in area
 +  * Can be useful when surrounded by weaker enemies
 +  * Be cautious with health when using, as effects may impact the player too
 +
 +==== Code Reference ====
 +  * Plant Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Sorrowmoss.java|Sorrowmoss.java]]
 +  * Plant Effect: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Sorrowmoss.java#L16-L21|Sorrowmoss.effect method]]
 +
 +==== Related ====
 +  * [[rpd:sorrowmoss_seed_item|Sorrowmoss Seed]] - The seed used to grow Sorrowmoss plants
 +  * [[rpd:plants|Plants]] - Other plants in the game
 +  * [[rpd:seeds|Seeds]] - Seeds that can be planted to grow useful plants
 +  * [[rpd:poison_buff|Poison]] - Related status effect
 +
 +{{tag> rpd plants items level_objects poison}}