Add basic deck-only input.json for hero and villain

This commit is contained in:
Adam Goldsmith 2017-10-11 18:21:50 -04:00
parent b0ebbf2c62
commit ae1517a717
2 changed files with 40 additions and 0 deletions

20
template/hero/input.json Normal file
View File

@ -0,0 +1,20 @@
{
"cardTypes": {
"deck": {
"inputs": {
"name": "text",
"hp": "number",
"image": "image",
"keywords": "text",
"text": "textarea",
"quote": "textarea",
"quoteCitation": "text",
"artist": "text"
},
"hide": {
"hpMark": "hp",
"keywordBox": "keywords"
}
}
}
}

View File

@ -0,0 +1,20 @@
{
"cardTypes": {
"deck": {
"inputs": {
"name": "text",
"hp": "number",
"image": "image",
"keywords": "text",
"text": "textarea",
"quote": "textarea",
"quoteCitation": "text",
"artist": "text"
},
"hide": {
"hpMark": "hp",
"keywordBox": "keywords"
}
}
}
}