diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-04-22 20:52:20 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 18:38:50 +0100 |
commit | f0780e3a2956d2f778e9ee02096c1c9a5bfc5b0c (patch) | |
tree | 4c9eb537b27c583d42221573a35185e13e77ad6c | |
parent | aa9ad0f01ce83b0a7fd231aeb454ba561b7a471b (diff) | |
download | pax-pamir-f0780e3a2956d2f778e9ee02096c1c9a5bfc5b0c.tar.gz |
Skeleton.
-rw-r--r-- | about.html | 22 | ||||
-rw-r--r-- | cover.1x.jpg | bin | 0 -> 16660 bytes | |||
-rw-r--r-- | cover.2x.jpg | bin | 0 -> 57696 bytes | |||
-rw-r--r-- | cover.jpg | bin | 0 -> 226883 bytes | |||
-rw-r--r-- | create.html | 0 | ||||
-rw-r--r-- | thumbnail.jpg | bin | 0 -> 9651 bytes | |||
-rw-r--r-- | title.sql | 1 |
7 files changed, 23 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..742102b --- /dev/null +++ b/about.html @@ -0,0 +1,22 @@ +<p> +For generations the Durrani Empire held the region together. Now, their +authority has collapsed. Rivals both old and new have emerged from the shadows. +It’s up to the players to see if a fledgling Afghan state might come into +being. + +<br clear=left> + +<p> +Designer: Cole Wehrle +<br> +Publisher: +<a href="https://wehrlegig.com/collections/frontpage/products/pax-pamir-second-edition-1">Wehrlegig Games llc</a> + +<p> +This game is licensed under Creative Commons <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">BY-NC-SA 4.0</a>. + +<ul> +<li><a href="/pax-pamir/info/rules.html">Rules of Play</a> +<li><a href="/pax-pamir/info/pac.html">Player Aid</a> +<li><a href="/pax-pamir/info/cards.html">Court & Event cards</a> +</ul> diff --git a/cover.1x.jpg b/cover.1x.jpg Binary files differnew file mode 100644 index 0000000..672bd03 --- /dev/null +++ b/cover.1x.jpg diff --git a/cover.2x.jpg b/cover.2x.jpg Binary files differnew file mode 100644 index 0000000..685c503 --- /dev/null +++ b/cover.2x.jpg diff --git a/cover.jpg b/cover.jpg Binary files differnew file mode 100644 index 0000000..90d06d2 --- /dev/null +++ b/cover.jpg diff --git a/create.html b/create.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/create.html diff --git a/thumbnail.jpg b/thumbnail.jpg Binary files differnew file mode 100644 index 0000000..5a78eb0 --- /dev/null +++ b/thumbnail.jpg diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..ac97a40 --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( 'pax-pamir', 'Pax Pamir', 256960 ); |