fix: replace meaningless fabricator recipe stats with mana-focused stats
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m32s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m32s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Circular Dependencies
|
||||
Generated: 2026-05-27T10:13:57.025Z
|
||||
Generated: 2026-05-27T10:20:49.372Z
|
||||
|
||||
No circular dependencies found. ✅
|
||||
|
||||
@@ -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."
|
||||
},
|
||||
|
||||
@@ -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) ──────
|
||||
|
||||
Reference in New Issue
Block a user