diff --git a/system.json b/system.json index 6d280c3..512e504 100644 --- a/system.json +++ b/system.json @@ -108,6 +108,25 @@ "verified": "13" }, "id": "fvtt-ecryme", + "documentTypes": { + "Actor": { + "pc": { "htmlFields": ["description", "gmnotes"] }, + "npc": { "htmlFields": ["description", "gmnotes"] }, + "annency": { "htmlFields": [] } + }, + "Item": { + "equipment": { "htmlFields": ["description"] }, + "weapon": { "htmlFields": ["description"] }, + "trait": { "htmlFields": ["description"] }, + "specialization": { "htmlFields": ["description"] }, + "maneuver": { "htmlFields": ["description"] }, + "scar": { "htmlFields": ["description"] }, + "annency": { "htmlFields": ["description"] }, + "boheme": { "htmlFields": ["description"] }, + "contact": { "htmlFields": ["description"] }, + "confrontation": { "htmlFields": ["description"] } + } + }, "primaryTokenAttribute": "secondary.health", "secondaryTokenAttribute": "secondary.delirium", "socket": true,