diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-24 12:56:58 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-24 12:56:58 +0100 |
commit | 935d3fca8919160f11fe97806ab6672aa660cf4f (patch) | |
tree | 1dcc5fcae16033690386fad5dbd4af7a97e220ec | |
parent | 8e34f19c0147ef569db9518bd3459256855e5a0e (diff) | |
download | hammer-of-the-scots-935d3fca8919160f11fe97806ab6672aa660cf4f.tar.gz |
-rw-r--r-- | cover.1x.png | bin | 0 -> 72045 bytes | |||
-rw-r--r-- | cover.2x.png | bin | 0 -> 274509 bytes | |||
-rw-r--r-- | thumbnail.png | bin | 0 -> 38472 bytes | |||
-rw-r--r-- | title.sql | 6 |
4 files changed, 1 insertions, 5 deletions
diff --git a/cover.1x.png b/cover.1x.png Binary files differnew file mode 100644 index 0000000..5d17dbf --- /dev/null +++ b/cover.1x.png diff --git a/cover.2x.png b/cover.2x.png Binary files differnew file mode 100644 index 0000000..0ec1ba9 --- /dev/null +++ b/cover.2x.png diff --git a/thumbnail.png b/thumbnail.png Binary files differnew file mode 100644 index 0000000..da7dafa --- /dev/null +++ b/thumbnail.png @@ -1,5 +1 @@ -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}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 ); |