Refactor equipped items into persistent instances

This commit is contained in:
2026-07-25 06:46:56 +00:00
parent 2cb6bc8e96
commit 35935c9eca
17 changed files with 582 additions and 173 deletions
@@ -10,6 +10,7 @@ export interface TurnCommandItemCatalogEntry {
reqSecu: number;
buyable: boolean;
unique: boolean;
initialCharges?: number;
}
export interface TurnCommandEnv {