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
@@ -146,6 +146,7 @@ export const buildReservedTurnDefinitions = async (options: {
reqSecu: item.reqSecu,
buyable: item.buyable,
unique: item.unique,
...(item.initialCharges === undefined ? {} : { initialCharges: item.initialCharges }),
},
])
);