Reference fixed item definitions from game docs

This commit is contained in:
Jan Bader
2026-06-17 22:35:50 +02:00
parent 3975acd87d
commit 0e539e6bc0
2 changed files with 2 additions and 12 deletions
+1
View File
@@ -41,6 +41,7 @@ const PROFILES = {
const STORAGE_KEY = "forgeMasterOptimizer.v1";
const DRAFT_KEY = "forgeMasterOptimizer.draft.v1";
const EXPORT_VERSION = 1;
// Canonical fixed core item definitions; GAME.md references this list to avoid duplicated values.
const FIXED_ITEMS = [
{ name: "Helmet", baseType: "health", baseValue: 1930000 },
{ name: "Armor", baseType: "health", baseValue: 1890000 },