Initial filling
This commit is contained in:
58
template.json
Normal file
58
template.json
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user