diff --git a/content/card-data/arcs/en-US/arcsbasegame.yml b/content/card-data/arcs/en-US/arcsbasegame.yml new file mode 100644 index 0000000..c6355a6 --- /dev/null +++ b/content/card-data/arcs/en-US/arcsbasegame.yml @@ -0,0 +1,14 @@ +- id: ARCS/BC01 + text: If you **Provoke Outrage**, keep this card. You may spend any resources as Material. You ignore Outrage when spending Material for its Prelude action. + image: BC01 + name: BC01 + tags: + - Base + - Guild + - Material + - Planet Breaker + - Deck A + meta: + keys: 3 + act: 1 + complexity: 1 \ No newline at end of file diff --git a/content/card-images/arcs/BC01.png b/content/card-images/arcs/BC01.png new file mode 100644 index 0000000..d805a35 Binary files /dev/null and b/content/card-images/arcs/BC01.png differ diff --git a/content/card-symbols/arcs/symbol-buildinghit.png b/content/card-symbols/arcs/symbol-buildinghit.png new file mode 100644 index 0000000..3921aa1 Binary files /dev/null and b/content/card-symbols/arcs/symbol-buildinghit.png differ diff --git a/content/card-symbols/arcs/symbol-hit.png b/content/card-symbols/arcs/symbol-hit.png new file mode 100644 index 0000000..789a313 Binary files /dev/null and b/content/card-symbols/arcs/symbol-hit.png differ diff --git a/content/card-symbols/arcs/symbol-intercept.png b/content/card-symbols/arcs/symbol-intercept.png new file mode 100644 index 0000000..fd66b13 Binary files /dev/null and b/content/card-symbols/arcs/symbol-intercept.png differ diff --git a/content/card-symbols/arcs/symbol-key.png b/content/card-symbols/arcs/symbol-key.png new file mode 100644 index 0000000..d8304eb Binary files /dev/null and b/content/card-symbols/arcs/symbol-key.png differ diff --git a/content/card-symbols/arcs/symbol-selfhit.png b/content/card-symbols/arcs/symbol-selfhit.png new file mode 100644 index 0000000..7821cdc Binary files /dev/null and b/content/card-symbols/arcs/symbol-selfhit.png differ diff --git a/content/card-symbols/products/product-arcs.png b/content/card-symbols/products/product-arcs.png new file mode 100644 index 0000000..5707743 Binary files /dev/null and b/content/card-symbols/products/product-arcs.png differ diff --git a/content/meta-data/arcs.yml b/content/meta-data/arcs.yml new file mode 100644 index 0000000..6bb4225 --- /dev/null +++ b/content/meta-data/arcs.yml @@ -0,0 +1,57 @@ +id: arcs +name: Arcs + +filters: + - name: Keys + prop: keys + type: number + + - name: Act + prop: act + type: number + + - name: Complexity + prop: complexity + type: number + +subproducts: + - name: Arcs Base Game + id: arcsbasegame + desc: > + Arcs: Conflict & Collapse in the Reach is a sharp sci-fi strategy game for 2 to 4 players, set in a dark yet silly universe. + + - name: Arcs Leaders and Lore + id: arcsll + desc: > + Explore unique, tricky strategies in the Arcs base game with new Leaders, and add wild twists to both the Arcs base and campaign games with new Lore. + + - name: Arcs Blighted Reach + id: arcsblightedreach + desc: > + The Blighted Reach expansion adds an innovative campaign to Arcs. + +external: + rules: https://oath.seiyria.com + faq: + en-US: 'https://dl.dropboxusercontent.com/s/qq3ckwivu0jixt4/oath.json?dl=0' + +# https://handlebarsjs.com/guide/ +cardTemplate: + en-US: > + {{#if meta.keys }} +
Keys: {{ meta.keys }} +
Act: {{ meta.act }} +
Complexity: {{ meta.complexity }} +