SotM_Playfield/template/environment/input.json

20 lines
330 B
JSON
Raw Normal View History

2017-10-08 22:07:22 -04:00
{
"cardTypes": {
"deck": {
"inputs": {
"name": "text",
"keywords": "text",
"text": "text",
"flavor": "text",
"artist": "text",
"hp": "number",
"image": "image"
},
"hide": {
"hpMark": "hp",
"keywordBox": "keywords"
}
}
}
}