From 4925bf8ee0d6040c6cd9fd80e6fb2cb32c3a8f47 Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Mon, 18 May 2026 14:03:18 +0200 Subject: [PATCH] Add prestige currency structure to CLAUDE.md Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 907c2cf..ee43bf4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,6 +25,10 @@ Saves are LZString `compressToBase64` of a JSON object (not plain base64). Uses Key top-level sections: `resource`, `race`, `tech`, `city`, `space`, `civic`, `genes`, `prestige`, `settings`, `arpa`. +### Prestige structure (`prestige.`) +- `count`: current value +- Prestige currencies: `Plasmid`, `AntiPlasmid`, `Phage`, `Dark`, `Harmony`, `AICore`, `Artifact`, `Blood_Stone`, `Supercoiled` + ### Resource structure (`resource.`) - `amount`: current value - `max`: storage cap. `> 0` = capped, `-1` = unlimited (crafted), `-2` = special/uncapped, `0` = not unlocked