fix: audit and fix discipline descriptions to match actual effects
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m29s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m29s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Circular Dependencies
|
# Circular Dependencies
|
||||||
Generated: 2026-05-27T09:44:00.635Z
|
Generated: 2026-05-27T10:04:16.884Z
|
||||||
|
|
||||||
No circular dependencies found. ✅
|
No circular dependencies found. ✅
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"generated": "2026-05-27T09:43:58.768Z",
|
"generated": "2026-05-27T10:04:15.084Z",
|
||||||
"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."
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ function makeElementalAttunement(cfg: ElementalAttunementConfig): DisciplineDefi
|
|||||||
attunement: DisciplinesAttunementType.BASE,
|
attunement: DisciplinesAttunementType.BASE,
|
||||||
manaType: cfg.manaType,
|
manaType: cfg.manaType,
|
||||||
baseCost: cfg.cost,
|
baseCost: cfg.cost,
|
||||||
description: `Begin focusing raw mana into ${cfg.name.toLowerCase()}.`,
|
description: `Increase your ${cfg.name.toLowerCase()} mana capacity.`,
|
||||||
statBonus: { stat: `elementCap_${cfg.manaType}`, baseValue: cfg.baseValue, label: `${cfg.name} Mana Capacity` },
|
statBonus: { stat: `elementCap_${cfg.manaType}`, baseValue: cfg.baseValue, label: `${cfg.name} Mana Capacity` },
|
||||||
difficultyFactor: cfg.difficultyFactor,
|
difficultyFactor: cfg.difficultyFactor,
|
||||||
scalingFactor: cfg.scalingFactor,
|
scalingFactor: cfg.scalingFactor,
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export const enchanterUtilityDisciplines: DisciplineDefinition[] = [
|
|||||||
attunement: DisciplinesAttunementType.ENCHANTER,
|
attunement: DisciplinesAttunementType.ENCHANTER,
|
||||||
manaType: 'transference',
|
manaType: 'transference',
|
||||||
baseCost: 8,
|
baseCost: 8,
|
||||||
description: 'Learn to enchant equipment with utility effects.',
|
description: 'Increase your study speed, unlocking utility enchantments faster.',
|
||||||
statBonus: { stat: 'studySpeed', baseValue: 0.05, label: 'Study Speed' },
|
statBonus: { stat: 'studySpeed', baseValue: 0.05, label: 'Study Speed' },
|
||||||
difficultyFactor: 80,
|
difficultyFactor: 80,
|
||||||
scalingFactor: 60,
|
scalingFactor: 60,
|
||||||
@@ -49,7 +49,7 @@ export const enchanterUtilityDisciplines: DisciplineDefinition[] = [
|
|||||||
attunement: DisciplinesAttunementType.ENCHANTER,
|
attunement: DisciplinesAttunementType.ENCHANTER,
|
||||||
manaType: 'transference',
|
manaType: 'transference',
|
||||||
baseCost: 15,
|
baseCost: 15,
|
||||||
description: 'Learn to enchant equipment with mana-boosting effects.',
|
description: 'Increase your max mana, unlocking mana enchantments for equipment.',
|
||||||
statBonus: { stat: 'maxMana', baseValue: 10, label: 'Max Mana' },
|
statBonus: { stat: 'maxMana', baseValue: 10, label: 'Max Mana' },
|
||||||
difficultyFactor: 150,
|
difficultyFactor: 150,
|
||||||
scalingFactor: 100,
|
scalingFactor: 100,
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export const enchanterDisciplines: DisciplineDefinition[] = [
|
|||||||
attunement: DisciplinesAttunementType.ENCHANTER,
|
attunement: DisciplinesAttunementType.ENCHANTER,
|
||||||
manaType: 'transference',
|
manaType: 'transference',
|
||||||
baseCost: 8,
|
baseCost: 8,
|
||||||
description: 'Improve your ability to apply enchantments to equipment.',
|
description: 'Boost your enchantment power, making all enchantments more effective.',
|
||||||
statBonus: { stat: 'enchantPower', baseValue: 8, label: 'Enchantment Power' },
|
statBonus: { stat: 'enchantPower', baseValue: 8, label: 'Enchantment Power' },
|
||||||
difficultyFactor: 120,
|
difficultyFactor: 120,
|
||||||
scalingFactor: 60,
|
scalingFactor: 60,
|
||||||
@@ -39,7 +39,7 @@ export const enchanterDisciplines: DisciplineDefinition[] = [
|
|||||||
attunement: DisciplinesAttunementType.ENCHANTER,
|
attunement: DisciplinesAttunementType.ENCHANTER,
|
||||||
manaType: 'transference',
|
manaType: 'transference',
|
||||||
baseCost: 12,
|
baseCost: 12,
|
||||||
description: 'Channel transference mana to imbue equipment with power.',
|
description: 'Improve your ability to channel mana through manual focus.',
|
||||||
statBonus: { stat: 'clickManaMultiplier', baseValue: 0.3, label: 'Click Mana Multiplier' },
|
statBonus: { stat: 'clickManaMultiplier', baseValue: 0.3, label: 'Click Mana Multiplier' },
|
||||||
difficultyFactor: 180,
|
difficultyFactor: 180,
|
||||||
scalingFactor: 90,
|
scalingFactor: 90,
|
||||||
|
|||||||
Reference in New Issue
Block a user