You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wanderhome-foundry-system/template.json

60 lines
985 B
JSON

{
"Actor": {
"types": ["character", "kith", "location"],
"templates": {
"person": {
"name": {
"value": ""
},
"pronouns": {
"value": ""
},
"creatureType": {
"value": ""
},
"appearance": {
"value": ""
}
}
},
"character": {
"templates": ["person"],
"tokens": {
"value": 0,
"min": 0
},
"playbook": {
"value": "?????"
}
},
"kith": {
"templates": ["person"],
"traits": []
},
"location": {
}
},
"Item": {
"types": ["playbook", "trait", "nature"],
"templates": {
"base": {
"name": {
"value": ""
},
"description": {
"value": ""
}
}
},
"playbook": {
"templates": ["base"]
},
"trait": {
"templates": ["base"]
},
"nature": {
"templates": ["base"]
}
}
}