Add basic deck-only input.json for hero and villain
This commit is contained in:
parent
1abb924833
commit
120cd61897
20
template/hero/input.json
Normal file
20
template/hero/input.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
20
template/villain/input.json
Normal file
20
template/villain/input.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user