Cards Against Equestria: Set template (JSON)
{ | |
"name": "name", | |
"description": "template set", | |
"watermark": "optional", | |
"expansion": true, | |
"blackCards": [ | |
{ | |
"text": "____ blanks go wherever ______. --> mind the comma", | |
"pick": 2 | |
}, | |
{ | |
"text": "black card #2", | |
"pick": 1 | |
} | |
], | |
"whiteCards": [ | |
"white card #1 (mind the comma)", | |
"white card #2 (no comma on the *last* item)" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment