fix: reupload template
This commit is contained in:
parent
0ad5baa341
commit
c112950a3e
68
template.json
Normal file
68
template.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"Actor": {
|
||||
"types": ["character", "npc"],
|
||||
"templates": {
|
||||
"base": {
|
||||
"stats": {
|
||||
"fight": {
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"flight": {
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"brains": {
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"brawn": {
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"charm": {
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
},
|
||||
"grit": {
|
||||
"value": "d4",
|
||||
"stat": 0,
|
||||
"magic": 0
|
||||
}
|
||||
},
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"character": {
|
||||
"templates": ["base"],
|
||||
"trope": "",
|
||||
"age": "",
|
||||
"pronouns": "",
|
||||
"fear": "",
|
||||
"motivation": "",
|
||||
"grade":"",
|
||||
"broom": {
|
||||
"name": "",
|
||||
"look": "",
|
||||
"mechanicalbenifit": ""
|
||||
},
|
||||
"wand": {
|
||||
"wood": "",
|
||||
"core": ""
|
||||
},
|
||||
"animalfamiliar":"",
|
||||
"schoolbag": "",
|
||||
"adversityTokens": 0,
|
||||
"tropequestions": "",
|
||||
"strengths": ""
|
||||
},
|
||||
"npc": {
|
||||
"templates": ["base"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user