From 254265467731865a1697f5aa6e91def55ff3dd08 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 21 Sep 2023 21:06:20 +0200 Subject: Add match making setups. --- title.sql | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'title.sql') 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}' ) +; -- cgit v1.2.3