docs: update mana-conversion-spec with rebalanced cost formulas
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m32s

Update Section 2 (Cost Formula), cost table, Section 8 display example,
and Section 11 formula summary to reflect the new linear cost formulas:
- rawCost: 10^(d+1) → 2×distance
- componentCost: 10×(d+1) → 3×distance

These changes keep the spec in sync with the fix for issue #378.
This commit is contained in:
2026-06-12 12:38:58 +02:00
parent c17a8755ae
commit 58181139d0
3 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-06-12T10:15:01.393Z",
"generated": "2026-06-12T10:30:16.054Z",
"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."
},