Initial system development

This commit is contained in:
2021-01-18 17:46:39 +01:00
parent 199dc4c6ed
commit ca29af6b61
10 changed files with 1446 additions and 38 deletions

View File

@ -2,10 +2,6 @@
"Actor": {
"types": ["character", "npc"],
"templates": {
"description": {
"description": "Description ...",
"gmnotes": "GM notes"
},
"subactors": {
"subactors": {
"followers": [],
@ -115,11 +111,11 @@
"eyes": "",
"hair": "",
"weight": "",
"sex": "",
"corp": "",
"genre": "",
"age": 0
},
"personnage": {
}
},
"character": {
"templates": [ "background", "common", "subactors" ]
},
"npc": {
@ -160,5 +156,4 @@
"price": 0
}
}
}
}