fix: replace meaningless fabricator recipe stats with mana-focused stats
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m32s

This commit is contained in:
2026-05-27 12:26:16 +02:00
parent badd233c63
commit 78766d0722
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Circular Dependencies # Circular Dependencies
Generated: 2026-05-27T10:13:57.025Z Generated: 2026-05-27T10:20:49.372Z
No circular dependencies found. ✅ No circular dependencies found. ✅
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"_meta": { "_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.", "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." "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."
}, },
+6 -6
View File
@@ -39,7 +39,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
manaCost: 200, manaCost: 200,
craftTime: 3, craftTime: 3,
rarity: 'uncommon', rarity: 'uncommon',
gearTrait: '+15% physical resistance', gearTrait: '+25 Earth Mana Capacity',
}, },
{ {
id: 'earthChest', id: 'earthChest',
@@ -52,7 +52,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
manaCost: 500, manaCost: 500,
craftTime: 6, craftTime: 6,
rarity: 'rare', rarity: 'rare',
gearTrait: '+25% physical resistance, -10% cast speed', gearTrait: '+50 Earth Mana Capacity, +10% Earth Mana Regen',
}, },
{ {
id: 'earthBoots', id: 'earthBoots',
@@ -65,7 +65,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
manaCost: 150, manaCost: 150,
craftTime: 2, craftTime: 2,
rarity: 'uncommon', rarity: 'uncommon',
gearTrait: '+10% physical resistance', gearTrait: '+20 Earth Mana Capacity',
}, },
// ─── Metal Gear (Fire+Earth — balanced offense/defense) ────────────── // ─── Metal Gear (Fire+Earth — balanced offense/defense) ──────────────
@@ -80,7 +80,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
manaCost: 400, manaCost: 400,
craftTime: 5, craftTime: 5,
rarity: 'rare', rarity: 'rare',
gearTrait: '+20% damage, +10% durability', gearTrait: '+15% Enchantment Power, +20 Metal Mana Capacity',
}, },
{ {
id: 'metalShield', id: 'metalShield',
@@ -93,7 +93,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
manaCost: 450, manaCost: 450,
craftTime: 5, craftTime: 5,
rarity: 'rare', rarity: 'rare',
gearTrait: '+20% block chance', gearTrait: '+15% Enchantment Capacity',
}, },
{ {
id: 'metalGloves', id: 'metalGloves',
@@ -106,7 +106,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
manaCost: 250, manaCost: 250,
craftTime: 3, craftTime: 3,
rarity: 'uncommon', rarity: 'uncommon',
gearTrait: '+10% damage, +10% physical resistance', gearTrait: '+10% Enchantment Power, +15 Metal Mana Capacity',
}, },
// ─── Crystal Gear (Sand+Sand+Light — high enchantment capacity) ────── // ─── Crystal Gear (Sand+Sand+Light — high enchantment capacity) ──────