SotM_Playfield/testInputs/environmentExample.json

7 lines
281 B
JSON
Raw Normal View History

2017-10-12 23:46:44 -04:00
{
"type": "environment",
"deck": [
{"count": 1, "keywords": "Ongoing", "name": "Example Card 1", "text": "Card text 1", "hp": 12, "artist": "Art By Adam", "flavor": "Test flavor"},
{"count": 1, "keywords": "Oneshot", "name": "Example Card 2", "text": "Card text 2"}]
}