replace item names with IDs in config.json

This commit is contained in:
Martin Michelsen
2026-02-07 22:34:45 -08:00
parent e9dfa5d1de
commit 8065300fae
5 changed files with 646 additions and 736 deletions
+2 -1
View File
@@ -232,7 +232,8 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
std::array<std::vector<ItemData>, 7> results;
QuestF960Result() = default;
QuestF960Result(const phosg::JSON& json, std::shared_ptr<const ItemNameIndex> name_index);
QuestF960Result(
const phosg::JSON& json, std::shared_ptr<const ItemNameIndex> name_index, const ItemData::StackLimits& limits);
};
// Indexed as [type][difficulty][random_choice]