SotM_Playfield/template/hero/input.json

33 lines
592 B
JSON
Raw Normal View History

{
"cardTypes": {
"character": {
"back": {
"inputs": {
"incapacitated": "text"
}
},
"inputs": {
"hp": "number",
"power": "text",
"powerText": "textarea"
}
},
"deck": {
"inputs": {
"name": "text",
"hp": "number",
"image": "image",
"keywords": "text",
"text": "textarea",
"quote": "textarea",
"quoteCitation": "text",
"artist": "text"
},
"hide": {
"hpMark": "hp",
"keywordBox": "keywords"
}
}
}
}