Add new init system

This commit is contained in:
2023-09-13 17:37:30 +02:00
parent d5f27ae9ea
commit c1eb33bc21
12 changed files with 300 additions and 69 deletions

View File

@@ -2,6 +2,7 @@
"Actor": {
"types": [
"character",
"npc",
"vehicle"
],
"templates": {
@@ -372,6 +373,12 @@
"core"
]
},
"npc": {
"templates": [
"biodata",
"core"
]
},
"vehicle": {
"templates": [
"vehicle"