Initial rework
This commit is contained in:
@ -4,32 +4,62 @@
|
||||
"templates": {
|
||||
"base": {
|
||||
"stats": {
|
||||
"fight": {
|
||||
"stat1": {
|
||||
"name": "fight",
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"flight": {
|
||||
"stat2": {
|
||||
"name": "flight",
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"brains": {
|
||||
"stat3": {
|
||||
"name": "brains",
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"brawn": {
|
||||
"stat4": {
|
||||
"name": "brawn",
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"charm": {
|
||||
"stat5": {
|
||||
"name": "charm",
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"grit": {
|
||||
"stat6": {
|
||||
"name": "grit",
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"stat7": {
|
||||
"name": "N/A",
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"stat8": {
|
||||
"name": "N/A",
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"stat9": {
|
||||
"name": "N/A",
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"stat10": {
|
||||
"name": "N/A",
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
@ -40,6 +70,11 @@
|
||||
},
|
||||
"character": {
|
||||
"templates": ["base"],
|
||||
"wounds": {
|
||||
"minor": {"m1": false, "m2": false, "m3": false},
|
||||
"moderate": {"m1": false, "m2": false},
|
||||
"mortal": {"m1": false}
|
||||
},
|
||||
"trope": "",
|
||||
"age": "",
|
||||
"pronouns": "",
|
||||
|
Reference in New Issue
Block a user