User Tools

Site Tools


en:rpd:fadeleaf_seed_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:fadeleaf_seed_item [2026/09/09 22:08] – Wiki maintenance: Fix compliance issues for 5 random pages Wiki Maintenanceen:rpd:fadeleaf_seed_item [2026/09/09 22:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Fadeleaf Seed ======
  
 +{{ rpd:images:fadeleaf_seed_item.png|Fadeleaf Seed }}
 +
 +**Fadeleaf Seed** is a [[en:rpd:seed_item|seed]] from the [[en:rpd:fadeleaf_level_object|Fadeleaf]] plant. These seeds can be planted to grow Fadeleaf, which teleports the character to a random location on the current level when activated.
 +
 +==== Description ====
 +Fadeleaf is a magical plant that, when activated, provides a teleportation effect. When a character steps on a Fadeleaf plant, they are instantly teleported to a random valid location on the current dungeon level.
 +
 +==== Effects ====
 +  * Teleports the character to a random location on the current level
 +  * Provides an escape mechanism from dangerous situations
 +  * Destination is random and cannot be controlled
 +  * Level object disappears after activation
 +
 +==== Mechanics ====
 +  * Fadeleaf plants can be found growing naturally in the dungeon
 +  * Can also be grown by planting [[en:rpd:fadeleaf_seed_item|Fadeleaf Seeds]]
 +  * Teleportation occurs to a random valid location on the same level
 +  * Cannot be used to travel to other levels
 +
 +==== Strategy ====
 +  * Fadeleaf plants are useful for escaping dangerous situations
 +  * Can be used for quick navigation through a level, though destination is random
 +  * Valuable when surrounded by multiple strong enemies
 +  * Be careful, as the random destination may place you in another dangerous area
 +
 +==== 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.Fadeleaf class]]
 +  * Plant effect: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java#L366-L373|Fadeleaf.effect method]]
 +  * English String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1886-L1887|WandMaker_FadeleafName, WandMaker_FadeleafDesc]]
 +  * Russian String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1886-L1887|strings_all.xml (ru)]]
 +
 +==== Related ====
 +  * [[en:rpd:plants|Plants]] - Other plants in the game
 +  * [[en:rpd:seeds_mechanic|Seeds]] - Seeds that can be planted to grow useful plants
 +  * [[en:rpd:teleportation|Teleportation]] - Other teleportation mechanics in the game
 +  * [[en:rpd:level_objects|Level Objects]] - Other interactive objects in dungeon levels
 +
 +{{tag> rpd items seeds plants teleportation}}
en/rpd/fadeleaf_seed_item.txt · Last modified: by 127.0.0.1