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
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"cardTypes": {
|
|
"character": {
|
|
"back": {
|
|
"template": "character",
|
|
"inputs": {
|
|
"name": "text",
|
|
"hp": "number",
|
|
"title": "text"
|
|
}
|
|
},
|
|
"inputs": {
|
|
"name": "text",
|
|
"hp": "number",
|
|
"title": "text"
|
|
}
|
|
},
|
|
"instructions": {
|
|
"back": {
|
|
"template": "instructions",
|
|
"inputs": {
|
|
"name": "text",
|
|
"title": "text",
|
|
"gameplay": "textarea"
|
|
},
|
|
"hide": {
|
|
"setupBox": "setup"
|
|
}
|
|
},
|
|
"inputs": {
|
|
"name": "text",
|
|
"title": "text",
|
|
"setup": "textarea",
|
|
"gameplay": "textarea",
|
|
"advanced": "textarea"
|
|
}
|
|
},
|
|
"deck": {
|
|
"inputs": {
|
|
"name": "text",
|
|
"hp": "number",
|
|
"image": "image",
|
|
"keywords": "text",
|
|
"text": "textarea",
|
|
"quote": "textarea",
|
|
"quoteCitation": "text",
|
|
"artist": "text"
|
|
},
|
|
"hide": {
|
|
"hpMark": "hp",
|
|
"keywordBox": "keywords"
|
|
}
|
|
}
|
|
}
|
|
}
|