SotM_Playfield/template/environment/input.json

20 lines
338 B
JSON
Raw Normal View History

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