summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-21 21:06:20 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-21 21:06:20 +0200
commit254265467731865a1697f5aa6e91def55ff3dd08 (patch)
tree579d728d927ff41e41ca33f644e013d89b7ee90c
parent988d149cea871afaefb24ab20bc6c72a74bd691b (diff)
downloadhammer-of-the-scots-254265467731865a1697f5aa6e91def55ff3dd08.tar.gz
Add match making setups.
-rw-r--r--title.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/title.sql b/title.sql
index b0af122..969f8e7 100644
--- a/title.sql
+++ b/title.sql
@@ -1 +1,5 @@
insert or replace into titles ( title_id, title_name, bgg ) values ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 );
+insert or ignore into setups ( title_id, player_count, scenario, options ) values
+ ( 'hammer-of-the-scots', 2, 'Braveheart', '{"delay_hits":true}' ),
+ ( 'hammer-of-the-scots', 2, 'The Bruce', '{"delay_hits":true}' )
+;