fix: align fabricator perk IDs with spec (issue #318)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m20s

This commit is contained in:
2026-06-08 12:55:56 +02:00
parent fa448f233c
commit 5b124ea845
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Circular Dependencies
Generated: 2026-06-08T09:52:22.958Z
Generated: 2026-06-08T10:43:31.572Z
Found: 1 circular chain(s) — these MUST be fixed before modifying involved files.
1. 1) stores/golem-combat-actions.ts > stores/golem-combat-helpers.ts
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-06-08T09:52:20.951Z",
"generated": "2026-06-08T10:43:29.519Z",
"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."
},
+7 -7
View File
@@ -70,7 +70,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
drainBase: 2,
perks: [
{
id: 'fabricator-earth-recipes',
id: 'fabricator-earth',
type: 'once',
threshold: 50,
value: 0,
@@ -78,7 +78,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
unlocksRecipes: ['earthHelm', 'earthChest', 'earthBoots'],
},
{
id: 'fabricator-metal-recipes',
id: 'fabricator-metal',
type: 'once',
threshold: 100,
value: 0,
@@ -86,7 +86,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
unlocksRecipes: ['metalBlade', 'metalShield', 'metalGloves'],
},
{
id: 'fabricator-sand-recipes',
id: 'fabricator-sand',
type: 'once',
threshold: 150,
value: 0,
@@ -94,7 +94,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
unlocksRecipes: ['sandBoots', 'sandGloves', 'sandVest'],
},
{
id: 'fabricator-crystal-recipes',
id: 'fabricator-crystal',
type: 'once',
threshold: 200,
value: 0,
@@ -117,7 +117,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
requires: ['study-fabricator-recipes'],
perks: [
{
id: 'wizard-oak-staff',
id: 'wizard-oak',
type: 'once',
threshold: 50,
value: 0,
@@ -141,7 +141,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
unlocksRecipes: ['battlestaff'],
},
{
id: 'wizard-arcanist-set',
id: 'wizard-arcanist-gear',
type: 'once',
threshold: 200,
value: 0,
@@ -204,7 +204,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
unlocksRecipes: ['voidBlade'],
},
{
id: 'physical-battle-set',
id: 'physical-battle-gear',
type: 'once',
threshold: 200,
value: 0,