Add missing items/actors
This commit is contained in:
13
system.json
13
system.json
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user