balance: no cross-zone crafting recipes exist #120

Closed
opened 2026-03-23 15:42:42 -07:00 by hikari · 0 comments
Owner

Issue

All crafting recipes currently only use materials from within a single zone. There are no recipes that combine materials from multiple zones, which misses an opportunity to make endgame crafting more interesting and to give earlier-zone materials ongoing relevance in later play.

Expected Behaviour

Some higher-tier recipes should require materials from multiple zones, encouraging players to revisit earlier exploration areas and creating a sense of interconnected world-building through the crafting system.

Steps to Reproduce

  1. Open apps/api/src/data/recipes.ts
  2. For each recipe, check the zone origin of each required material
  3. Confirm that no recipe spans more than one zone

Suggested Fix

Add a handful of cross-zone recipes (especially for endgame or prestige-tier equipment) that require materials from 2–3 different zones.

Priority

🟢 Low — a missed design opportunity, not a balance-breaking issue

This issue was created with help from Hikari~ 🌸

## Issue All crafting recipes currently only use materials from within a single zone. There are no recipes that combine materials from multiple zones, which misses an opportunity to make endgame crafting more interesting and to give earlier-zone materials ongoing relevance in later play. ## Expected Behaviour Some higher-tier recipes should require materials from multiple zones, encouraging players to revisit earlier exploration areas and creating a sense of interconnected world-building through the crafting system. ## Steps to Reproduce 1. Open `apps/api/src/data/recipes.ts` 2. For each recipe, check the zone origin of each required material 3. Confirm that no recipe spans more than one zone ## Suggested Fix Add a handful of cross-zone recipes (especially for endgame or prestige-tier equipment) that require materials from 2–3 different zones. ## Priority 🟢 Low — a missed design opportunity, not a balance-breaking issue ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-03-23 17:28:31 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#120