mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 23:50:12 +01:00
Release v1.1.0: headless runner + tagging updates (Discard Matters, Freerunning, Craft, Spree, Explore/Map, Rad, Energy/Resource Engine, Spawn/Scion)
This commit is contained in:
parent
36abbaa1dd
commit
99005c19f8
23 changed files with 1330 additions and 420 deletions
28
.env.example
Normal file
28
.env.example
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copy this file to `.env` and adjust values to your needs.
|
||||
|
||||
# Set to 'headless' to auto-run the non-interactive mode on container start
|
||||
# DECK_MODE=headless
|
||||
|
||||
# Optional JSON config path (inside the container)
|
||||
# If you mount ./config to /app/config, use:
|
||||
# DECK_CONFIG=/app/config/deck.json
|
||||
|
||||
# Common knobs
|
||||
# DECK_COMMANDER=Pantlaza
|
||||
# DECK_PRIMARY_CHOICE=2
|
||||
# DECK_SECONDARY_CHOICE=2
|
||||
# DECK_TERTIARY_CHOICE=2
|
||||
# DECK_ADD_CREATURES=true
|
||||
# DECK_ADD_NON_CREATURE_SPELLS=true
|
||||
# DECK_ADD_RAMP=true
|
||||
# DECK_ADD_REMOVAL=true
|
||||
# DECK_ADD_WIPES=true
|
||||
# DECK_ADD_CARD_ADVANTAGE=true
|
||||
# DECK_ADD_PROTECTION=true
|
||||
# DECK_USE_MULTI_THEME=true
|
||||
# DECK_ADD_LANDS=true
|
||||
# DECK_FETCH_COUNT=3
|
||||
# DECK_DUAL_COUNT=
|
||||
# DECK_TRIPLE_COUNT=
|
||||
# DECK_UTILITY_COUNT=
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue