User Tools

Site Tools


en:rpd:crafting

Differences

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

Link to this comparison view

en:rpd:crafting [2026/01/01 19:45] – namespace move Mikeen:rpd:crafting [2026/01/01 19:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Crafting ======
  
 +Crafting refers to the various methods of creating new items in Remixed Dungeon, primarily through the [[en:rpd:alchemy|Alchemy]] system.
 +
 +==== Alchemy-Based Crafting ====
 +  * **Alchemy Pots**: Stationary features found in dungeon levels that allow item transformation
 +  * **Recipes**: Specific combinations of items that create new items
 +  * **Moistening**: Using potions on arrows to create special ammunition
 +
 +==== Alchemy Recipes ====
 +  * **Potion + Seed** → Different potion
 +  * **Potion + Arrow** → Special arrow (through [[en:rpd:moisten|moistening]])
 +  * **Seed + Food** → Potion
 +  * **Scroll + Scroll** → Different scroll
 +  * **Item + Gold** → Scroll (random type)
 +
 +==== Strategy ====
 +  * Convert unwanted items into needed items to optimize inventory
 +  * Create specialized ammunition for specific situations
 +  * Generate supplies when resources are running low
 +  * Use crafting to dispose of cursed items safely
 +
 +==== Location of Crafting Facilities ====
 +  * **Alchemy Pots**: Scattered throughout dungeon levels
 +  * **Special Areas**: Some levels have multiple crafting opportunities
 +  * **Shops**: Sometimes contain alchemy pots for purchase
 +
 +==== Limitations ====
 +  * Requires specific combinations of items
 +  * Needs access to alchemy pots or other crafting facilities
 +  * Some recipes have random outcomes
 +  * Crafting cannot create all item types
 +
 +==== Related ====
 +  * [[en:rpd:alchemy|Alchemy]] - The main crafting system
 +  * [[en:rpd:moisten|Moistening]] - Special arrow crafting technique
 +  * [[en:rpd:potions|Potions]] - Items used in crafting
 +  * [[en:rpd:seeds|Seeds]] - Ingredients for crafting
 +  * [[en:rpd:arrows|Arrows]] - Items that can be crafted into special types
 +
 +==== Content Verification ====
 +  * Information source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/Alchemy.java|Alchemy.java]] and related crafting mechanics
 +  * All crafting mechanics verified against actual game code
 +
 +{{tag> rpd mechanics crafting alchemy}}