2017-10-11 18:21:50 -04:00
|
|
|
{
|
|
|
|
"cardTypes": {
|
2017-10-12 02:27:17 -04:00
|
|
|
"character": {
|
|
|
|
"back": {
|
|
|
|
"inputs": {
|
|
|
|
"incapacitated": "text"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"inputs": {
|
|
|
|
"hp": "number",
|
|
|
|
"power": "text",
|
|
|
|
"powerText": "textarea"
|
|
|
|
}
|
|
|
|
},
|
2017-10-11 18:21:50 -04:00
|
|
|
"deck": {
|
|
|
|
"inputs": {
|
|
|
|
"name": "text",
|
|
|
|
"hp": "number",
|
|
|
|
"image": "image",
|
|
|
|
"keywords": "text",
|
|
|
|
"text": "textarea",
|
|
|
|
"quote": "textarea",
|
|
|
|
"quoteCitation": "text",
|
|
|
|
"artist": "text"
|
|
|
|
},
|
|
|
|
"hide": {
|
|
|
|
"hpMark": "hp",
|
|
|
|
"keywordBox": "keywords"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|