diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-01-24 17:53:07 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-01-24 17:53:07 +0100 |
commit | 16b1fc4b2ac78caed8d9ca3c7b29ee85cd3bf4d0 (patch) | |
tree | 49d10b4e25d180e51bd3a9b6458021296cd5bea5 | |
parent | acc4458a136320f3a531864f1ca21605f89a8470 (diff) | |
download | 300-earth-and-water-16b1fc4b2ac78caed8d9ca3c7b29ee85cd3bf4d0.tar.gz |
-rw-r--r-- | cover.1x.png | bin | 0 -> 58796 bytes | |||
-rw-r--r-- | cover.2x.png | bin | 0 -> 201330 bytes | |||
-rw-r--r-- | thumbnail.png | bin | 0 -> 33056 bytes | |||
-rw-r--r-- | title.sql | 3 |
4 files changed, 0 insertions, 3 deletions
diff --git a/cover.1x.png b/cover.1x.png Binary files differnew file mode 100644 index 0000000..218723f --- /dev/null +++ b/cover.1x.png diff --git a/cover.2x.png b/cover.2x.png Binary files differnew file mode 100644 index 0000000..24fe8a6 --- /dev/null +++ b/cover.2x.png diff --git a/thumbnail.png b/thumbnail.png Binary files differnew file mode 100644 index 0000000..7817aa3 --- /dev/null +++ b/thumbnail.png @@ -1,4 +1 @@ insert or ignore into titles ( title_id, title_name, bgg ) values ( '300-earth-and-water', '300: Earth & Water', 267058 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( '300-earth-and-water', 2, 'Standard', '{"cheap_fleets":true}' ) -; |