Skip to content

Instantly share code, notes, and snippets.

@Rylius
Last active December 31, 2015 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rylius/8056313 to your computer and use it in GitHub Desktop.
Save Rylius/8056313 to your computer and use it in GitHub Desktop.
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