diff --git a/template/hero/input.json b/template/hero/input.json new file mode 100644 index 0000000..664c666 --- /dev/null +++ b/template/hero/input.json @@ -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" + } + } + } +} diff --git a/template/villain/input.json b/template/villain/input.json new file mode 100644 index 0000000..664c666 --- /dev/null +++ b/template/villain/input.json @@ -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" + } + } + } +}