Add missing items/actors

This commit is contained in:
2025-02-14 13:28:09 +01:00
parent b29cbfb8fa
commit 0b4ae7a097
30 changed files with 636 additions and 116 deletions

View File

@@ -35,15 +35,20 @@
"documentTypes": {
"Actor": {
"character": { "htmlFields": ["description", "notes"] },
"npc": { "htmlFields": ["description", "notes"] },
"creature": { "htmlFields": ["description", "notes"] },
"vehicle": { "htmlFields": ["description", "notes"] },
"ship": { "htmlFields": ["description", "notes"] }
"starship": { "htmlFields": ["description", "notes"] }
},
"Item": {
"skill": { "htmlFields": ["description"] },
"talent": { "htmlFields": ["description"] },
"weapon": { "htmlFields": ["description"] },
"armor": { "htmlFields": ["description"] },
"gear": { "htmlFields": ["description"] }
"equipment": { "htmlFields": ["description"] },
"psionic": { "htmlFields": ["description"] },
"creature-trait": { "htmlFields": ["description"] },
"creature-ability": { "htmlFields": ["description"] },
"implant": { "htmlFields": ["description"] },
"language": { "htmlFields": ["description"] }
}
},
"packs": [