From 78766d07228010b07d26749aae88719f249f6b43 Mon Sep 17 00:00:00 2001 From: n8n-gitea Date: Wed, 27 May 2026 12:26:16 +0200 Subject: [PATCH] fix: replace meaningless fabricator recipe stats with mana-focused stats --- docs/circular-deps.txt | 2 +- docs/dependency-graph.json | 2 +- src/lib/game/data/fabricator-recipes.ts | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/circular-deps.txt b/docs/circular-deps.txt index 18a43ec..41a79cf 100644 --- a/docs/circular-deps.txt +++ b/docs/circular-deps.txt @@ -1,4 +1,4 @@ # Circular Dependencies -Generated: 2026-05-27T10:13:57.025Z +Generated: 2026-05-27T10:20:49.372Z No circular dependencies found. ✅ diff --git a/docs/dependency-graph.json b/docs/dependency-graph.json index 28a6b2c..6ff6ab9 100644 --- a/docs/dependency-graph.json +++ b/docs/dependency-graph.json @@ -1,6 +1,6 @@ { "_meta": { - "generated": "2026-05-27T10:13:55.056Z", + "generated": "2026-05-27T10:20:47.648Z", "description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.", "usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry." }, diff --git a/src/lib/game/data/fabricator-recipes.ts b/src/lib/game/data/fabricator-recipes.ts index cbddb62..2520521 100644 --- a/src/lib/game/data/fabricator-recipes.ts +++ b/src/lib/game/data/fabricator-recipes.ts @@ -39,7 +39,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [ manaCost: 200, craftTime: 3, rarity: 'uncommon', - gearTrait: '+15% physical resistance', + gearTrait: '+25 Earth Mana Capacity', }, { id: 'earthChest', @@ -52,7 +52,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [ manaCost: 500, craftTime: 6, rarity: 'rare', - gearTrait: '+25% physical resistance, -10% cast speed', + gearTrait: '+50 Earth Mana Capacity, +10% Earth Mana Regen', }, { id: 'earthBoots', @@ -65,7 +65,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [ manaCost: 150, craftTime: 2, rarity: 'uncommon', - gearTrait: '+10% physical resistance', + gearTrait: '+20 Earth Mana Capacity', }, // ─── Metal Gear (Fire+Earth — balanced offense/defense) ────────────── @@ -80,7 +80,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [ manaCost: 400, craftTime: 5, rarity: 'rare', - gearTrait: '+20% damage, +10% durability', + gearTrait: '+15% Enchantment Power, +20 Metal Mana Capacity', }, { id: 'metalShield', @@ -93,7 +93,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [ manaCost: 450, craftTime: 5, rarity: 'rare', - gearTrait: '+20% block chance', + gearTrait: '+15% Enchantment Capacity', }, { id: 'metalGloves', @@ -106,7 +106,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [ manaCost: 250, craftTime: 3, rarity: 'uncommon', - gearTrait: '+10% damage, +10% physical resistance', + gearTrait: '+10% Enchantment Power, +15 Metal Mana Capacity', }, // ─── Crystal Gear (Sand+Sand+Light — high enchantment capacity) ──────