initial commit
This commit is contained in:
commit
91694af3e9
37 changed files with 5475 additions and 0 deletions
28
system.json
Normal file
28
system.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "ds4",
|
||||
"title": "Dungeonslayers 4",
|
||||
"description": "The Dungeonslayers 4 system for FoundryVTT!",
|
||||
"version": "0.0.1",
|
||||
"minimumCoreVersion": "0.7.4",
|
||||
"compatibleCoreVersion": "0.7.4",
|
||||
"templateVersion": 2,
|
||||
"author": "Saluu",
|
||||
"esmodules": ["module/ds4.js"],
|
||||
"styles": ["css/ds4.css"],
|
||||
"scripts": [],
|
||||
"packs": [],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"gridDistance": 1,
|
||||
"gridUnits": "m",
|
||||
"primaryTokenAttribute": "hitPoints",
|
||||
"url": "",
|
||||
"manifest": "",
|
||||
"download": "",
|
||||
"license": "LICENSE.txt"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue