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:
@@ -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' },
|
||||
|
||||
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user