foundryvtt-shadows-over-sol/template.json

59 lines
1023 B
JSON

{
"Actor": {
"types": ["character", "npc"],
"templates": {
"description": {
"description": "Description ...",
"gmnotes": "GM notes"
},
"subactors": {
"subactors": {
"followers": [],
"mounts": [],
"vehicules": []
}
},
"background": {
"history": "Histoire personnelle...",
"notes": "Notes",
"gmnotes": "Notes du MJ",
"eyes": "",
"hair": "",
"weight": "",
"sex": "",
"age": 0
},
"personnage": {
"templates": [ "background", "common", "subactors" ]
},
"npc": {
"templates": [ "background", "common" ]
}
},
"Item": {
"types": ["object", "weapon", "armor", "container" ],
"object": {
"description": "",
"quantity": 1,
"enc": 0,
"price": 0
},
"container": {
"description": "",
"enc": 0,
"price": 0
},
"weapon": {
"description": "",
"enc": 0,
"price": 0
},
"armor": {
"description": "",
"enc": 0,
"price": 0
}
}
}
}