Clean up skill system removal artifacts
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# Circular Dependencies
|
# Circular Dependencies
|
||||||
Generated: 2026-05-15T16:50:47.281Z
|
Generated: 2026-05-16T09:20:16.770Z
|
||||||
Found: 7 circular chain(s) — these MUST be fixed before modifying involved files.
|
Found: 7 circular chain(s) — these MUST be fixed before modifying involved files.
|
||||||
|
|
||||||
1. Processed 156 files (1.8s) (29 warnings)
|
1. Processed 138 files (1.3s) (36 warnings)
|
||||||
2. 1) data/equipment/index.ts > data/equipment/utils.ts
|
2. 1) data/equipment/index.ts > data/equipment/utils.ts
|
||||||
3. 2) data/golems/index.ts > data/golems/utils.ts
|
3. 2) data/golems/index.ts > data/golems/utils.ts
|
||||||
4. 3) stores/combat-actions.ts > stores/combatStore.ts
|
4. 3) stores/combat-actions.ts > stores/combatStore.ts
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"generated": "2026-05-15T16:50:45.254Z",
|
"generated": "2026-05-16T09:20:15.230Z",
|
||||||
"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."
|
||||||
},
|
},
|
||||||
@@ -37,75 +37,12 @@
|
|||||||
"constants/guardians.ts",
|
"constants/guardians.ts",
|
||||||
"constants/prestige.ts",
|
"constants/prestige.ts",
|
||||||
"constants/rooms.ts",
|
"constants/rooms.ts",
|
||||||
"constants/skills-v2-types.ts",
|
|
||||||
"constants/skills-v2.ts",
|
|
||||||
"constants/skills.ts",
|
|
||||||
"constants/spells.ts"
|
"constants/spells.ts"
|
||||||
],
|
],
|
||||||
"constants/prestige.ts": [
|
"constants/prestige.ts": [
|
||||||
"types.ts"
|
"types.ts"
|
||||||
],
|
],
|
||||||
"constants/rooms.ts": [],
|
"constants/rooms.ts": [],
|
||||||
"constants/skills-combat.ts": [
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-core.ts": [
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-crafting.ts": [
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-element-caps.ts": [
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-enchant.ts": [
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-golemancy.ts": [
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-hybrid.ts": [
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-invocation.ts": [
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-research.ts": [
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-v2-defs.ts": [
|
|
||||||
"constants/skills-v2-registry.ts",
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-v2-registry.ts": [
|
|
||||||
"constants/skills-combat.ts",
|
|
||||||
"constants/skills-core.ts",
|
|
||||||
"constants/skills-crafting.ts",
|
|
||||||
"constants/skills-element-caps.ts",
|
|
||||||
"constants/skills-enchant.ts",
|
|
||||||
"constants/skills-golemancy.ts",
|
|
||||||
"constants/skills-hybrid.ts",
|
|
||||||
"constants/skills-invocation.ts",
|
|
||||||
"constants/skills-research.ts",
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills-v2-types.ts": [],
|
|
||||||
"constants/skills-v2.ts": [
|
|
||||||
"constants/skills-combat.ts",
|
|
||||||
"constants/skills-core.ts",
|
|
||||||
"constants/skills-crafting.ts",
|
|
||||||
"constants/skills-element-caps.ts",
|
|
||||||
"constants/skills-enchant.ts",
|
|
||||||
"constants/skills-golemancy.ts",
|
|
||||||
"constants/skills-hybrid.ts",
|
|
||||||
"constants/skills-invocation.ts",
|
|
||||||
"constants/skills-research.ts",
|
|
||||||
"constants/skills-v2-defs.ts",
|
|
||||||
"constants/skills-v2-types.ts"
|
|
||||||
],
|
|
||||||
"constants/skills.ts": [
|
|
||||||
"types.ts"
|
|
||||||
],
|
|
||||||
"constants/spells-modules/advanced-spells.ts": [
|
"constants/spells-modules/advanced-spells.ts": [
|
||||||
"constants/elements.ts",
|
"constants/elements.ts",
|
||||||
"types.ts"
|
"types.ts"
|
||||||
@@ -426,7 +363,6 @@
|
|||||||
"store/computed.ts",
|
"store/computed.ts",
|
||||||
"upgrade-effects.ts"
|
"upgrade-effects.ts"
|
||||||
],
|
],
|
||||||
"hooks/useSkillUpgradeSelection.ts": [],
|
|
||||||
"navigation-slice.ts": [
|
"navigation-slice.ts": [
|
||||||
"computed-stats.ts",
|
"computed-stats.ts",
|
||||||
"types.ts"
|
"types.ts"
|
||||||
@@ -498,10 +434,6 @@
|
|||||||
"utils/combat-utils.ts",
|
"utils/combat-utils.ts",
|
||||||
"utils/floor-utils.ts"
|
"utils/floor-utils.ts"
|
||||||
],
|
],
|
||||||
"store-tests/test-utils.ts": [
|
|
||||||
"constants.ts",
|
|
||||||
"types.ts"
|
|
||||||
],
|
|
||||||
"store.ts": [
|
"store.ts": [
|
||||||
"store-modules/activity-log.ts",
|
"store-modules/activity-log.ts",
|
||||||
"store-modules/computed-stats.ts",
|
"store-modules/computed-stats.ts",
|
||||||
@@ -592,11 +524,6 @@
|
|||||||
"store/computed.ts",
|
"store/computed.ts",
|
||||||
"types.ts"
|
"types.ts"
|
||||||
],
|
],
|
||||||
"store/skillSlice.ts": [
|
|
||||||
"constants.ts",
|
|
||||||
"types.ts",
|
|
||||||
"upgrade-effects.ts"
|
|
||||||
],
|
|
||||||
"store/timeSlice.ts": [
|
"store/timeSlice.ts": [
|
||||||
"constants.ts",
|
"constants.ts",
|
||||||
"store/computed.ts",
|
"store/computed.ts",
|
||||||
@@ -712,7 +639,6 @@
|
|||||||
"types/elements.ts",
|
"types/elements.ts",
|
||||||
"types/equipment.ts",
|
"types/equipment.ts",
|
||||||
"types/game.ts",
|
"types/game.ts",
|
||||||
"types/skills.ts",
|
|
||||||
"types/spells.ts"
|
"types/spells.ts"
|
||||||
],
|
],
|
||||||
"types/attunements.ts": [],
|
"types/attunements.ts": [],
|
||||||
@@ -729,10 +655,8 @@
|
|||||||
"types/elements.ts",
|
"types/elements.ts",
|
||||||
"types/equipment.ts",
|
"types/equipment.ts",
|
||||||
"types/game.ts",
|
"types/game.ts",
|
||||||
"types/skills.ts",
|
|
||||||
"types/spells.ts"
|
"types/spells.ts"
|
||||||
],
|
],
|
||||||
"types/skills.ts": [],
|
|
||||||
"types/spells.ts": [],
|
"types/spells.ts": [],
|
||||||
"upgrade-effects.ts": [
|
"upgrade-effects.ts": [
|
||||||
"dynamic-compute.ts",
|
"dynamic-compute.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user