Crafting & Progression¶
Benches that do more than turn inputs into outputs -- prices, transactions, salvage, and what happened while you were away.
- Brewing straight into a buff — A craft that ends in an effect on the crafter rather than an item in the bag
Crafting, Status Effects · Composite - A craft that cleans up after itself — Charge, consume and deliver in one transaction — a leg that fails after another succeeded is compensated, and a repeat of the same request is replayed rather than charged again
Crafting, Economy, Currency · Subtle - A craft that costs two currencies — Fifty gold and three shards, with the shards reserved the moment the craft is accepted and taken only when it lands
Crafting, Currency · Composite - Crafts that fall on the floor instead of vanishing — A job that finishes into a full bag drops its output on the ground rather than evaporating
Crafting, Loot, Pickups · Composite - Each bench fills its own chest — Send each bench's output to the chest it feeds — and never route on the quantity, because batch crafting binary-searches the count
Crafting · Subtle - Recipes that cost blood — A bench that charges health: it refuses what you cannot survive, and takes the price when the craft lands
Crafting, Health · Composite - Salvage, without authoring a single salvage table — Break an item back down into some of what it was made of, by reading the recipes you already wrote backwards
Crafting, Loot, Inventory · Composite - While you were away — What finished, what could not be delivered, and what is still on the bench when a save loads
Crafting · Focused
Filed elsewhere, but they answer this too¶
These live under another heading — the sidebar puts each recipe in one place so you can find it again — and they are here because they genuinely answer this question as well.
- A search box that knows what you can make — The search seam is handed a raw string, so the box can be a query language —
@craftablelights up exactly the ingredients for something you could finish right now
Inventory, Crafting · Composite · filed under Items & Equipment
Related¶
- The whole Cookbook — all 36 recipes, the full table, and what the systems and shape columns mean.
- Generated from
Cookbook/recipes.json. Edit that rather than this page.