missed initial declaration

pull/14/head
macniel 2025-09-25 19:29:53 +02:00
parent 3b768ca44c
commit 1ba672680e
1 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,10 @@
"documentTypes": { "documentTypes": {
"Actor": { "Actor": {
"character": {} "character": {}
} },
"Item": {
"skill": {}
}
}, },
"socket": false, "socket": false,
"initiative": "1d6", "initiative": "1d6",