Initial import with skill sheet working
This commit is contained in:
54
system.json
Normal file
54
system.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"id": "fvtt-cthulhu-eternal",
|
||||
"title": "Cthulhu Eternal RPG",
|
||||
"description": "",
|
||||
"manifest": "#{MANIFEST}#",
|
||||
"download": "#{DOWNLOAD}#",
|
||||
"url": "#{URL}#",
|
||||
"license": "LICENSE",
|
||||
"version": "#{VERSION}#",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Uberwald",
|
||||
"discord": "LeRatierBretonnien"
|
||||
}
|
||||
],
|
||||
"compatibility": {
|
||||
"minimum": "12",
|
||||
"verified": "12"
|
||||
},
|
||||
"esmodules": ["cthulhu-eternal.mjs"],
|
||||
"styles": ["css/fvtt-cthulhu-eternal.css"],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "Anglais",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"protagonist": { "htmlFields": ["description", "notes"] }
|
||||
},
|
||||
"Item": {
|
||||
"skill": { "htmlFields": ["description"] },
|
||||
"injury": { "htmlFields": ["description"] },
|
||||
"weapon": { "htmlFields": ["description"] },
|
||||
"armor": { "htmlFields": ["description"] },
|
||||
"bond": { "htmlFields": ["description"] },
|
||||
"mentaldisorder": { "htmlFields": ["description"] },
|
||||
"motivation": { "htmlFields": ["description"] },
|
||||
"arcane": { "htmlFields": ["description"] },
|
||||
"gear": { "htmlFields": ["description"] }
|
||||
}
|
||||
},
|
||||
"grid": {
|
||||
"distance": 10,
|
||||
"units": "m"
|
||||
},
|
||||
"primaryTokenAttribute": "hp",
|
||||
"socket": true,
|
||||
"background": "systems/fvtt-cthulhu-eternal/assets/background.webp",
|
||||
"packs": [
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user