feat: add new high-tier fabricator materials (Aether Weave, Void Cloth, Liquid Crystal Lattice)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m25s

This commit is contained in:
2026-05-30 01:43:38 +02:00
parent ae691d2367
commit 644bb8402c
5 changed files with 255 additions and 2 deletions
+65 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-05-29T16:18:04.496Z",
"generated": "2026-05-29T22:16:19.929Z",
"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."
},
@@ -38,6 +38,10 @@
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/blackflame-spells.ts": [
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/compound-spells.ts": [
"constants/elements.ts",
"types.ts"
@@ -46,6 +50,10 @@
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/frost-spells.ts": [
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/legendary-spells.ts": [
"constants/elements.ts",
"types.ts"
@@ -58,10 +66,34 @@
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/miasma-spells.ts": [
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/plasma-spells.ts": [
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/radiantflames-spells.ts": [
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/raw-spells.ts": [
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/shadowglass-spells.ts": [
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/soul-spells.ts": [
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/time-spells.ts": [
"constants/elements.ts",
"types.ts"
],
"constants/spells-modules/utility-spells.ts": [
"constants/elements.ts",
"types.ts"
@@ -70,12 +102,20 @@
"constants/spells-modules/advanced-spells.ts",
"constants/spells-modules/aoe-spells.ts",
"constants/spells-modules/basic-elemental-spells.ts",
"constants/spells-modules/blackflame-spells.ts",
"constants/spells-modules/compound-spells.ts",
"constants/spells-modules/enchantment-spells.ts",
"constants/spells-modules/frost-spells.ts",
"constants/spells-modules/legendary-spells.ts",
"constants/spells-modules/lightning-spells.ts",
"constants/spells-modules/master-spells.ts",
"constants/spells-modules/miasma-spells.ts",
"constants/spells-modules/plasma-spells.ts",
"constants/spells-modules/radiantflames-spells.ts",
"constants/spells-modules/raw-spells.ts",
"constants/spells-modules/shadowglass-spells.ts",
"constants/spells-modules/soul-spells.ts",
"constants/spells-modules/time-spells.ts",
"constants/spells-modules/utility-spells.ts",
"types.ts"
],
@@ -268,13 +308,28 @@
"data/enchantments/spell-effects/basic-spells.ts": [
"data/enchantments/spell-effects/types.ts"
],
"data/enchantments/spell-effects/blackflame-spells.ts": [
"data/enchantments/spell-effects/types.ts"
],
"data/enchantments/spell-effects/exotic-new-spells.ts": [
"data/enchantments/spell-effects/types.ts"
],
"data/enchantments/spell-effects/frost-spells.ts": [
"data/enchantments/spell-effects/types.ts"
],
"data/enchantments/spell-effects/index.ts": [
"data/enchantment-types.ts",
"data/enchantments/spell-effects/basic-spells.ts",
"data/enchantments/spell-effects/blackflame-spells.ts",
"data/enchantments/spell-effects/exotic-new-spells.ts",
"data/enchantments/spell-effects/frost-spells.ts",
"data/enchantments/spell-effects/legendary-spells.ts",
"data/enchantments/spell-effects/lightning-spells.ts",
"data/enchantments/spell-effects/metal-spells.ts",
"data/enchantments/spell-effects/miasma-spells.ts",
"data/enchantments/spell-effects/radiantflames-spells.ts",
"data/enchantments/spell-effects/sand-spells.ts",
"data/enchantments/spell-effects/shadowglass-spells.ts",
"data/enchantments/spell-effects/tier2-spells.ts",
"data/enchantments/spell-effects/tier3-spells.ts",
"data/enchantments/spell-effects/types.ts"
@@ -288,9 +343,18 @@
"data/enchantments/spell-effects/metal-spells.ts": [
"data/enchantments/spell-effects/types.ts"
],
"data/enchantments/spell-effects/miasma-spells.ts": [
"data/enchantments/spell-effects/types.ts"
],
"data/enchantments/spell-effects/radiantflames-spells.ts": [
"data/enchantments/spell-effects/types.ts"
],
"data/enchantments/spell-effects/sand-spells.ts": [
"data/enchantments/spell-effects/types.ts"
],
"data/enchantments/spell-effects/shadowglass-spells.ts": [
"data/enchantments/spell-effects/types.ts"
],
"data/enchantments/spell-effects/tier2-spells.ts": [
"data/enchantments/spell-effects/types.ts"
],