User Tools

Site Tools


en:rpd:rotberry_level_object

Differences

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

Link to this comparison view

en:rpd:rotberry_level_object [2026/01/01 19:45] – namespace move Mikeen:rpd:rotberry_level_object [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Rotberry Level Object ======
  
 +{{ rpd:images:rotberry_level_object.png|Rotberry Level Object }}
 +
 +==== Description ====
 +The **Rotberry Level Object** is a special plant found growing in the dungeon. Berries of this shrub taste like sweet, sweet death. When interacted with, the Rotberry produces toxic gas and drops another [[en:rpd:rotberry_seed_item|Rotberry Seed]].
 +
 +==== Effects ====
 +  * Produces a cloud of toxic gas (100 units) at the plant's location
 +  * Causes temporary root effect (3 turns) on the character that interacts with it
 +  * Drops a [[en:rpd:rotberry_seed_item|Rotberry Seed]] when activated
 +  * The plant disappears after being activated
 +
 +==== Mechanics ====
 +  * Rotberry level objects can be found growing in the dungeon
 +  * They can also be grown by planting [[en:rpd:rotberry_seed_item|Rotberry Seeds]]
 +  * When activated, they generate toxic gas which can harm the player or enemies
 +  * Provides access to additional [[en:rpd:rotberry_seed_item|Rotberry Seeds]] for planting
 +
 +==== Strategy ====
 +  * Rotberry level objects are dangerous but can be beneficial if used strategically
 +  * Use the toxic gas to harm enemies while staying out of the gas cloud
 +  * The roots effect is temporary but can be inconvenient in combat
 +  * Consider using the gas to clear groups of weak enemies
 +  * Plant seeds in safe areas to create your own gas-generating traps
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java#L263-L301|WandMaker.Rotberry class]] - Main implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java#L294-L299|Rotberry.effect method]] - Activation effect
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java#L301-L309|Rotberry.Seed class]] - Seed implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1877-L1879|WandMaker_Rotberry strings]] - Name, description, and info text (English)
 +
 +==== Related ====
 +  * [[en:rpd:rotberry_seed_item|Rotberry Seed]] - The seed used to grow Rotberry level objects
 +  * [[en:rpd:toxic_gas_level_object|Toxic Gas]] - The gas effect generated by Rotberry activation
 +  * [[en:rpd:plants|Plants]] - Other plants in the game
 +  * [[en:rpd:seeds|Seeds]] - Seeds that can be planted to grow useful plants
 +  * [[en:rpd:level_objects|Level Objects]] - Other interactive objects in dungeon levels
 +  * [[en:rpd:roots_buff|Roots]] - The root effect applied to characters
 +
 +{{tag> rpd plants items level_objects alchemy gas}}