User Tools

Site Tools


rpd:sorrowmoss_level_object

Differences

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

Link to this comparison view

rpd:sorrowmoss_level_object [2025/12/29 18:23] – Rename sorrowmoss_plant.txt to sorrowmoss_level_object.txt for proper naming convention mikerpd:sorrowmoss_level_object [2025/12/29 18:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Sorrowmoss Level Object ======
  
 +{{ rpd:images:sorrowmoss_level_object.png|Sorrowmoss Level Object }}
 +
 +**Sorrowmoss** is a dangerous level object found in the dungeon that secretes a deadly toxin. When touched directly, it causes damage, but its seeds can be harvested and used in alchemy or potion-making.
 +
 +==== Description ====
 +Sorrowmoss is a dangerous level object that secretes a deadly toxin. Direct contact with the level object is harmful, but its seeds can be carefully harvested and used in alchemy or potion-making.
 +
 +==== Effects ====
 +  * Causes damage to characters that touch it directly
 +  * Provides Sorrowmoss seeds when harvested
 +  * Seeds can be used to create potions or planted
 +
 +==== Mechanics ====
 +  * Sorrowmoss level objects can be found growing in the dungeon
 +  * They can also be grown by planting [[rpd:sorrowmoss_seed_item|Sorrowmoss Seeds]]
 +  * Direct contact causes damage to the character
 +  * Seeds can be harvested safely with proper techniques
 +
 +==== Usage ====
 +  * Harvest seeds by fighting or carefully passing by the level object
 +  * Use 3 or more seeds in an alchemy pot to potentially create a Potion of Toxic Gas
 +  * Seeds can also be planted on fertile soil
 +
 +==== Strategy ====
 +  * Approach with caution due to toxic nature
 +  * Consider using ranged attacks to harvest seeds safely
 +  * Valuable for alchemy due to toxic gas potion creation
 +  * Sorrowmoss level objects are dangerous but provide valuable seeds
 +
 +==== Code References ====
 +  * Plant Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java|WandMaker.Sorrowmoss class]]
 +  * Plant Effect: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java#L344-L350|Sorrowmoss.effect method]]
 +  * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1888-L1889|WandMaker_SorrowmossName, WandMaker_SorrowmossDesc]]
 +
 +==== Related ====
 +  * [[rpd:sorrowmoss_seed_item|Sorrowmoss Seeds]] - The seed used to grow Sorrowmoss level objects
 +  * [[rpd:plants|Plants]] - Other plants in the game
 +  * [[rpd:seeds|Seeds]] - Seeds that can be planted to grow useful plants
 +  * [[rpd:potion_of_toxic_gas_item|Potion of Toxic Gas]] - Potion created using Sorrowmoss
 +  * [[rpd:alchemy_mechanic|Alchemy]] - Game mechanics related to plant usage
 +  * [[rpd:level_objects|Level Objects]] - Other interactive objects in dungeon levels
 +
 +{{tag> rpd plants moss toxic level_objects }}