feat: increase deck capacity from 30 to 1000
Since all cards now use 1 slot regardless of rarity, 30 slots is too restrictive. Bumped to 1000 so there's effectively no limit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -821,7 +821,7 @@ local function buildAll(self)
|
||||
end
|
||||
____exports.ALL_CARD_CATALOG_DEFS = buildAll(nil)
|
||||
--- Лимит слотов в deck builder и при нормализации колоды на сервере.
|
||||
____exports.DECK_BUILDER_SLOT_CAPACITY = 30
|
||||
____exports.DECK_BUILDER_SLOT_CAPACITY = 1000
|
||||
____exports.FROSTMOURNE_CARD_ID = 80
|
||||
____exports.FROSTMOURNE_SHARD_CARD_IDS = {81, 82, 83}
|
||||
--- Карта желания и её дары (59–61): только через выбор, не в колоду.
|
||||
|
||||
Reference in New Issue
Block a user