2017-10-08 22:07:22 -04:00
|
|
|
{
|
|
|
|
"cardTypes": {
|
|
|
|
"deck": {
|
2017-10-12 02:27:17 -04:00
|
|
|
"meta": ["count"],
|
2017-10-08 22:07:22 -04:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|