diff --git a/template.json b/template.json deleted file mode 100644 index c726495..0000000 --- a/template.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "Actor": { - "types": [ - "character", - "vehicule", - "creature" - ], - "htmlFields": ["notes", "biography"], - "character": {}, - "vehicule": {}, - "creature": {} - }, - "Item": { - "types": [ - "contact", - "career", - "disease", - "item", - "equipment", - "talent", - "armor", - "weapon", - "computer", - "container", - "species" - ], - "htmlFields": ["description", "notes"], - "item": {}, - "equipment": {}, - "container": {}, - "weapon": {}, - "armor": {}, - "computer": {}, - "disease": {}, - "career": {}, - "contact": {}, - "talent": {}, - "race": {}, - "species": {} - } -} \ No newline at end of file