fix: invoker disciplines use raw mana, fabricator uses earth
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m34s
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:
@@ -1,4 +1,4 @@
|
|||||||
# Circular Dependencies
|
# Circular Dependencies
|
||||||
Generated: 2026-05-27T09:13:13.293Z
|
Generated: 2026-05-27T09:16:38.657Z
|
||||||
|
|
||||||
No circular dependencies found. ✅
|
No circular dependencies found. ✅
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_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.",
|
"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."
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
|
|||||||
id: 'crafting-efficiency',
|
id: 'crafting-efficiency',
|
||||||
name: 'Crafting Efficiency',
|
name: 'Crafting Efficiency',
|
||||||
attunement: DisciplinesAttunementType.FABRICATOR,
|
attunement: DisciplinesAttunementType.FABRICATOR,
|
||||||
manaType: 'sand',
|
manaType: 'earth',
|
||||||
baseCost: 12,
|
baseCost: 12,
|
||||||
description: 'Reduce material costs for crafting.',
|
description: 'Reduce material costs for crafting.',
|
||||||
statBonus: { stat: 'craftingCostReduction', baseValue: 15, label: 'Crafting Cost Reduction' },
|
statBonus: { stat: 'craftingCostReduction', baseValue: 15, label: 'Crafting Cost Reduction' },
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export const invokerDisciplines: DisciplineDefinition[] = [
|
|||||||
id: 'pact-attunement',
|
id: 'pact-attunement',
|
||||||
name: 'Pact Attunement',
|
name: 'Pact Attunement',
|
||||||
attunement: DisciplinesAttunementType.INVOKER,
|
attunement: DisciplinesAttunementType.INVOKER,
|
||||||
manaType: 'light',
|
manaType: 'raw',
|
||||||
baseCost: 12,
|
baseCost: 12,
|
||||||
description:
|
description:
|
||||||
'Deepen your bond with guardian spirits. Reduces pact signing time and amplifies pact power.',
|
'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',
|
id: 'guardians-boon',
|
||||||
name: "Guardian's Boon",
|
name: "Guardian's Boon",
|
||||||
attunement: DisciplinesAttunementType.INVOKER,
|
attunement: DisciplinesAttunementType.INVOKER,
|
||||||
manaType: 'dark',
|
manaType: 'raw',
|
||||||
baseCost: 18,
|
baseCost: 18,
|
||||||
description:
|
description:
|
||||||
'Channel the unique blessings of every guardian you have bonded with. Amplifies all guardian unique perks.',
|
'Channel the unique blessings of every guardian you have bonded with. Amplifies all guardian unique perks.',
|
||||||
|
|||||||
Reference in New Issue
Block a user