fix: audit and fix discipline descriptions to match actual effects
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m29s

This commit is contained in:
2026-05-27 12:13:51 +02:00
parent 32cebad403
commit a47d6568f7
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Circular Dependencies
Generated: 2026-05-27T09:44:00.635Z
Generated: 2026-05-27T10:04:16.884Z
No circular dependencies found. ✅
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_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.",
"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
@@ -33,7 +33,7 @@ function makeElementalAttunement(cfg: ElementalAttunementConfig): DisciplineDefi
attunement: DisciplinesAttunementType.BASE,
manaType: cfg.manaType,
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` },
difficultyFactor: cfg.difficultyFactor,
scalingFactor: cfg.scalingFactor,
@@ -11,7 +11,7 @@ export const enchanterUtilityDisciplines: DisciplineDefinition[] = [
attunement: DisciplinesAttunementType.ENCHANTER,
manaType: 'transference',
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' },
difficultyFactor: 80,
scalingFactor: 60,
@@ -49,7 +49,7 @@ export const enchanterUtilityDisciplines: DisciplineDefinition[] = [
attunement: DisciplinesAttunementType.ENCHANTER,
manaType: 'transference',
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' },
difficultyFactor: 150,
scalingFactor: 100,
+2 -2
View File
@@ -11,7 +11,7 @@ export const enchanterDisciplines: DisciplineDefinition[] = [
attunement: DisciplinesAttunementType.ENCHANTER,
manaType: 'transference',
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' },
difficultyFactor: 120,
scalingFactor: 60,
@@ -39,7 +39,7 @@ export const enchanterDisciplines: DisciplineDefinition[] = [
attunement: DisciplinesAttunementType.ENCHANTER,
manaType: 'transference',
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' },
difficultyFactor: 180,
scalingFactor: 90,