From 120cd618973c719a48a160bf7048e27c1a3159a8 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 11 Oct 2017 18:21:50 -0400 Subject: [PATCH] Add basic deck-only input.json for hero and villain --- template/hero/input.json | 20 ++++++++++++++++++++ template/villain/input.json | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 template/hero/input.json create mode 100644 template/villain/input.json 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" + } + } + } +}