User Tools

Site Tools


mr:seed_pouch_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:seed_pouch_item [2026/03/16 20:51] – Fix wiki standards compliance for selected pages Qwen Assistantmr:seed_pouch_item [2026/03/16 20:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Seed Pouch Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/bags/SeedPouch.java|SeedPouch.java]] - Main item class, extends Bag
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/windows/BagTab.java|BagTab.java]] - Used for bag UI
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/windows/WndBag.java|WndBag.java]] - Used for bag window
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Seed.java|Seed.java]] - References SeedPouch class
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/Badges.java|Badges.java]] - Used in badges system
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/levels/TownShopLevel.java|TownShopLevel.java]] - Shopkeeper has SeedPouch
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]] - Registered in factory
 +
 +===== JSON Configuration =====
 +  * This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code 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>
 +
 +===== Lua Scripts =====
 +  * This entity is implemented in Java, no Lua script exists
 +
 +===== Entity Kind =====
 +  * getEntityKind(): Returns "SeedPouch" (class name)
 +
 +===== Related mr Entities =====
 +  * [[mr:seed_item|Seed (Item)]]
 +  * [[mr:plant|Plant]]
 +
 +{{tag> mr items bags}}
  
mr/seed_pouch_item.txt · Last modified: by 127.0.0.1