fix: align fabricator perk IDs with spec (issue #318)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m20s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m20s
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Circular Dependencies
|
# 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.
|
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) stores/golem-combat-actions.ts > stores/golem-combat-helpers.ts
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_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.",
|
"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."
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
|
|||||||
drainBase: 2,
|
drainBase: 2,
|
||||||
perks: [
|
perks: [
|
||||||
{
|
{
|
||||||
id: 'fabricator-earth-recipes',
|
id: 'fabricator-earth',
|
||||||
type: 'once',
|
type: 'once',
|
||||||
threshold: 50,
|
threshold: 50,
|
||||||
value: 0,
|
value: 0,
|
||||||
@@ -78,7 +78,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
|
|||||||
unlocksRecipes: ['earthHelm', 'earthChest', 'earthBoots'],
|
unlocksRecipes: ['earthHelm', 'earthChest', 'earthBoots'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'fabricator-metal-recipes',
|
id: 'fabricator-metal',
|
||||||
type: 'once',
|
type: 'once',
|
||||||
threshold: 100,
|
threshold: 100,
|
||||||
value: 0,
|
value: 0,
|
||||||
@@ -86,7 +86,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
|
|||||||
unlocksRecipes: ['metalBlade', 'metalShield', 'metalGloves'],
|
unlocksRecipes: ['metalBlade', 'metalShield', 'metalGloves'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'fabricator-sand-recipes',
|
id: 'fabricator-sand',
|
||||||
type: 'once',
|
type: 'once',
|
||||||
threshold: 150,
|
threshold: 150,
|
||||||
value: 0,
|
value: 0,
|
||||||
@@ -94,7 +94,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
|
|||||||
unlocksRecipes: ['sandBoots', 'sandGloves', 'sandVest'],
|
unlocksRecipes: ['sandBoots', 'sandGloves', 'sandVest'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'fabricator-crystal-recipes',
|
id: 'fabricator-crystal',
|
||||||
type: 'once',
|
type: 'once',
|
||||||
threshold: 200,
|
threshold: 200,
|
||||||
value: 0,
|
value: 0,
|
||||||
@@ -117,7 +117,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
|
|||||||
requires: ['study-fabricator-recipes'],
|
requires: ['study-fabricator-recipes'],
|
||||||
perks: [
|
perks: [
|
||||||
{
|
{
|
||||||
id: 'wizard-oak-staff',
|
id: 'wizard-oak',
|
||||||
type: 'once',
|
type: 'once',
|
||||||
threshold: 50,
|
threshold: 50,
|
||||||
value: 0,
|
value: 0,
|
||||||
@@ -141,7 +141,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
|
|||||||
unlocksRecipes: ['battlestaff'],
|
unlocksRecipes: ['battlestaff'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'wizard-arcanist-set',
|
id: 'wizard-arcanist-gear',
|
||||||
type: 'once',
|
type: 'once',
|
||||||
threshold: 200,
|
threshold: 200,
|
||||||
value: 0,
|
value: 0,
|
||||||
@@ -204,7 +204,7 @@ export const fabricatorDisciplines: DisciplineDefinition[] = [
|
|||||||
unlocksRecipes: ['voidBlade'],
|
unlocksRecipes: ['voidBlade'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'physical-battle-set',
|
id: 'physical-battle-gear',
|
||||||
type: 'once',
|
type: 'once',
|
||||||
threshold: 200,
|
threshold: 200,
|
||||||
value: 0,
|
value: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user