Skip to content

Commit

Permalink
First Arcs Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ledergamesmatt committed May 2, 2024
1 parent 1a657ae commit 0613178
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/card-data/arcs/en-US/arcsbasegame.yml
Original file line number Diff line number Diff line change
@@ -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
Binary file added content/card-images/arcs/BC01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/card-symbols/arcs/symbol-buildinghit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/card-symbols/arcs/symbol-hit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/card-symbols/arcs/symbol-intercept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/card-symbols/arcs/symbol-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/card-symbols/arcs/symbol-selfhit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/card-symbols/products/product-arcs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions content/meta-data/arcs.yml
Original file line number Diff line number Diff line change
@@ -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 }}
<div>
<p>Keys: {{ meta.keys }}
</div>
{{/if}}
{{#if meta.act }}
<div>
<p>Act: {{ meta.act }}
</div>
{{/if}}
{{#if meta.complexity }}
<div>
<p>Complexity: {{ meta.complexity }}
</div>
{{/if}}

0 comments on commit 0613178

Please sign in to comment.