Reference fixed item definitions from game docs
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user