Documentation

Deck Boxes

Portable 30-card storage with brand enforcement

Deck boxes hold up to 30 cards (hard cap) in a gallery-style UI — lighter than a full binder. Configure in config.lua: Config.DeckBoxes, Config.DeckBoxRules, Config.DeckBoxesEnforceBrand. Card slots are stored in MySQL (same as binders).

Configuration

Config.DeckBoxesEnforceBrand = true

Config.DeckBoxRules = {
  Normal = 30,
  Uncommon = 30,
  -- per-rarity limits (hard cap 30 total)
}

Config.DeckBoxes = {
  { item = 'jg_warlords_deck', image = 'jg_warlords_deck.webp', brand = 'jg_warlords' },
  { item = 'jg_shin_genesis_deck', image = 'jg_shin_genesis_deck.webp', brand = 'jg_shin_genesis' },
  -- ... one deck box per brand (8 total)
}

Deck box vs binder

Deck box

  • • 30 cards max (hard cap — not configurable)
  • • Gallery view — no page flip
  • • Good for battle decks or travel stacks

Binder

  • • Full collection book with themes
  • • Checklist, auto-position, duplicate check
  • • Brand-enforced slots