feat: add material crafting recipes to Fabricator
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 4m25s

This commit is contained in:
2026-05-27 14:13:46 +02:00
parent cbeb0b50ad
commit 3f20991d2d
12 changed files with 579 additions and 64 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Circular Dependencies
Generated: 2026-05-27T10:40:00.800Z
Generated: 2026-05-27T10:56:11.451Z
No circular dependencies found. ✅
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-05-27T10:39:58.930Z",
"generated": "2026-05-27T10:56:09.647Z",
"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."
},
+5 -2
View File
@@ -91,7 +91,8 @@ Mana-Loop/
│ │ │ ├── tabs/
│ │ │ │ ├── CraftingTab/
│ │ │ │ │ ├── EnchanterSubTab.tsx
│ │ │ │ │ ── FabricatorSubTab.tsx
│ │ │ │ │ ── FabricatorSubTab.tsx
│ │ │ │ │ └── MaterialRecipeCard.tsx
│ │ │ │ ├── DebugTab/
│ │ │ │ │ ├── AchievementDebugSection.tsx
│ │ │ │ │ ├── AttunementDebugSection.tsx
@@ -248,6 +249,7 @@ Mana-Loop/
│ │ │ ├── application-actions.ts
│ │ │ ├── computed-getters.ts
│ │ │ ├── crafting-equipment-actions.ts
│ │ │ ├── crafting-material-actions.ts
│ │ │ ├── design-actions.ts
│ │ │ ├── disenchant-actions.ts
│ │ │ ├── equipment-actions.ts
@@ -314,7 +316,8 @@ Mana-Loop/
│ │ │ ├── fabricator-recipes.ts
│ │ │ ├── guardian-data.ts
│ │ │ ├── guardian-encounters.ts
│ │ │ ── loot-drops.ts
│ │ │ ── loot-drops.ts
│ │ │ └── material-recipes.ts
│ │ ├── effects/
│ │ │ ├── discipline-effects.ts
│ │ │ ├── dynamic-compute.ts