fix: invoker disciplines use raw mana, fabricator uses earth
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m34s

- #151: Changed invoker disciplines (pact-attunement, guardians-boon) from light/dark to raw
- #150: Changed crafting-efficiency from sand to earth
This commit is contained in:
2026-05-27 11:18:31 +02:00
parent 964619b975
commit 8df3be5628
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Circular Dependencies
Generated: 2026-05-27T09:13:13.293Z
Generated: 2026-05-27T09:16:38.657Z
No circular dependencies found. ✅
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-05-27T09:13:11.497Z",
"generated": "2026-05-27T09:16:36.915Z",
"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."
},
+1 -1
View File
@@ -37,7 +37,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
id: 'crafting-efficiency',
name: 'Crafting Efficiency',
attunement: DisciplinesAttunementType.FABRICATOR,
manaType: 'sand',
manaType: 'earth',
baseCost: 12,
description: 'Reduce material costs for crafting.',
statBonus: { stat: 'craftingCostReduction', baseValue: 15, label: 'Crafting Cost Reduction' },
+2 -2
View File
@@ -10,7 +10,7 @@ export const invokerDisciplines: DisciplineDefinition[] = [
id: 'pact-attunement',
name: 'Pact Attunement',
attunement: DisciplinesAttunementType.INVOKER,
manaType: 'light',
manaType: 'raw',
baseCost: 12,
description:
'Deepen your bond with guardian spirits. Reduces pact signing time and amplifies pact power.',
@@ -50,7 +50,7 @@ export const invokerDisciplines: DisciplineDefinition[] = [
id: 'guardians-boon',
name: "Guardian's Boon",
attunement: DisciplinesAttunementType.INVOKER,
manaType: 'dark',
manaType: 'raw',
baseCost: 18,
description:
'Channel the unique blessings of every guardian you have bonded with. Amplifies all guardian unique perks.',