summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-21 21:04:10 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-21 21:04:10 +0200
commit7d13cee27f33cfa643e256cebed0b2d555474416 (patch)
treef5b8017b19aa0a420e08a3ed716c54e48e27ef6e
parent76bc1f1b4c013d6448175f94259b1dfaebd17246 (diff)
downloadcrusader-rex-7d13cee27f33cfa643e256cebed0b2d555474416.tar.gz
Add match making setups.
-rw-r--r--title.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/title.sql b/title.sql
index 9522532..cd9d06d 100644
--- a/title.sql
+++ b/title.sql
@@ -1 +1,4 @@
insert or ignore into titles ( title_id, title_name, bgg ) values ( 'crusader-rex', 'Crusader Rex', 8481 );
+insert or ignore into setups ( title_id, player_count, scenario, options ) values
+ ( 'crusader-rex', 2, 'Standard', '{"delay_hits":true}' )
+;