init system.json
This commit is contained in:
parent
f633d8a3ee
commit
a367c9ea9f
59
system.json
Normal file
59
system.json
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
{
|
||||||
|
"id": "dsa-4th-edition",
|
||||||
|
"title": "Das Schwarze Auge 4.1",
|
||||||
|
"description": "",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": 12,
|
||||||
|
"verified": 12
|
||||||
|
},
|
||||||
|
"authors": [{
|
||||||
|
"name": "Mike",
|
||||||
|
"url": "ammerhai.com",
|
||||||
|
"email": "",
|
||||||
|
"discord": ""
|
||||||
|
}],
|
||||||
|
"esmodules": ["mysystem.mjs"],
|
||||||
|
"styles": ["styles/system-styles.css"],
|
||||||
|
"packs": [{
|
||||||
|
"name": "monsters",
|
||||||
|
"label": "My Monsters",
|
||||||
|
"type": "Actor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "items",
|
||||||
|
"label": "My Items",
|
||||||
|
"type": "Item"
|
||||||
|
}],
|
||||||
|
"languages": [{
|
||||||
|
"lang": "en",
|
||||||
|
"name": "English",
|
||||||
|
"path": "lang/en.json"
|
||||||
|
}, {
|
||||||
|
"lang": "de",
|
||||||
|
"name": "Deutsch",
|
||||||
|
"path": "lang/de.json"
|
||||||
|
}],
|
||||||
|
"documentTypes": {
|
||||||
|
"Actor": {
|
||||||
|
"hero": { "htmlFields": ["background.biography"] },
|
||||||
|
"villain": { "htmlFields": ["background.biography"] },
|
||||||
|
"pawn": {}
|
||||||
|
},
|
||||||
|
"Item": {
|
||||||
|
"weapon": {},
|
||||||
|
"spell": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"socket": false,
|
||||||
|
"initiative": "1d20",
|
||||||
|
"grid": {
|
||||||
|
"distance": 1,
|
||||||
|
"units": "m"
|
||||||
|
},
|
||||||
|
"primaryTokenAttribute": "resources.health",
|
||||||
|
"secondaryTokenAttribute": "resources.power",
|
||||||
|
"url": "https://your/hosted/system/repo/",
|
||||||
|
"manifest": "https://your/hosted/system/repo/system.json",
|
||||||
|
"download": "https://your/packaged/download/archive.zip"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user