SotM_Playfield/example/environment.json

10 lines
334 B
JSON
Raw Normal View History

2017-10-12 23:46:44 -04:00
{
2018-12-30 06:32:34 -05:00
"meta": {
"name": "Environment Example",
"type": "environment"
},
2017-10-12 23:46:44 -04:00
"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"}]
}