Adam Goldsmith
8bc7e43732
Should definitely have been smaller commits, but oh well, too lazy to split them up now important note: switched editor from XMLHttpRequest to fetch
33 lines
592 B
JSON
33 lines
592 B
JSON
{
|
|
"cardTypes": {
|
|
"character": {
|
|
"back": {
|
|
"inputs": {
|
|
"incapacitated": "text"
|
|
}
|
|
},
|
|
"inputs": {
|
|
"hp": "number",
|
|
"power": "text",
|
|
"powerText": "textarea"
|
|
}
|
|
},
|
|
"deck": {
|
|
"inputs": {
|
|
"name": "text",
|
|
"hp": "number",
|
|
"image": "image",
|
|
"keywords": "text",
|
|
"text": "textarea",
|
|
"quote": "textarea",
|
|
"quoteCitation": "text",
|
|
"artist": "text"
|
|
},
|
|
"hide": {
|
|
"hpMark": "hp",
|
|
"keywordBox": "keywords"
|
|
}
|
|
}
|
|
}
|
|
}
|