User Tools

Site Tools


en:rpd:seed_pouch_item

Differences

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

Link to this comparison view

en:rpd:seed_pouch_item [2026/03/30 20:49] – Wiki analysis: Add missing English pages and improve mr: namespace cross-references Qwen Assistanten:rpd:seed_pouch_item [2026/03/30 20:52] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Seed Pouch ======
 +
 +{{ rpd:images:seed_pouch_item.png|Seed Pouch }}
 +
 +**Seed Pouch** is a bag item in Remixed Dungeon that allows players to store any number of seeds in a convenient container.
 +
 +==== Description ====
 +This small velvet pouch allows you to store any number of seeds in it. Very convenient for alchemists and plant enthusiasts who want to keep their seeds organized and easily accessible.
 +
 +==== Properties ====
 +  * **Type**: Bag (container item)
 +  * **Price**: 50 gold
 +  * **Stackable**: No
 +  * **Capacity**: Unlimited (can store any number of seeds)
 +  * **Sprite**: `ItemSpriteSheet.POUCH`
 +
 +==== Functionality ====
 +  * Stores all types of [[en:rpd:seed_item|seeds]] from various plants
 +  * Provides convenient access to seeds through a dedicated bag interface
 +  * Seeds stored in the pouch can be used for [[en:rpd:alchemy|alchemy]] without removing them from the pouch
 +  * Extends the `Bag` class for standardized bag behavior
 +
 +==== Obtaining ====
 +  * Can be purchased from the [[en:rpd:shopkeeper_npc|Shopkeeper]] in dungeon shops
 +  * May occasionally appear as dungeon loot
 +
 +==== Strategy ====
 +  * Essential for players who want to practice [[en:rpd:alchemy|alchemy]]
 +  * Keeps inventory organized by consolidating all seeds into one slot
 +  * Allows quick access to seeds during combat for plant-based strategies
 +  * Worth the 50 gold investment for alchemy-focused builds
 +
 +==== Source Code References ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/bags/SeedPouch.java|SeedPouch.java]]
 +  * Bag UI: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/windows/BagTab.java|BagTab.java]]
 +  * Bag Window: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/windows/WndBag.java|WndBag.java]]
 +  * Item Factory: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]]
 +
 +==== String Resources ====
 +<code xml>
 +<!-- English (values/strings_all.xml) -->
 +<string name="SeedPouch_Name">seed pouch</string>
 +<string name="SeedPouch_Info">This small velvet pouch allows you to store any number of seeds in it. Very convenient.</string>
 +</code>
 +
 +==== Related Items ====
 +  * [[en:rpd:seed_item|Seeds]] - Items stored in the pouch
 +  * [[en:rpd:alchemy|Alchemy]] - System that uses seeds
 +  * [[en:rpd:bag_of_seeds_item|Bag of Seeds]] - Alternative seed storage
 +  * [[en:rpd:scroll_of_upgrading_item|Scroll of Upgrading]] - Can upgrade the pouch
 +
 +{{tag> rpd items bags storage alchemy}}
  
en/rpd/seed_pouch_item.txt · Last modified: by 127.0.0.1