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
+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,