You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
872 B
29 lines
872 B
{ |
|
"name": "deathwatch", |
|
"title": "Deathwatch", |
|
"description": "The Deathwatch system for FoundryVTT!", |
|
"version": "0.0.2", |
|
"minimumCoreVersion": "9", |
|
"compatibleCoreVersion": "9", |
|
"templateVersion": 2, |
|
"author": "Marco", |
|
"esmodules": ["module/deathwatch.js"], |
|
"styles": ["css/deathwatch.css"], |
|
"scripts": [], |
|
"packs": [], |
|
"languages": [ |
|
{ |
|
"lang": "en", |
|
"name": "English", |
|
"path": "lang/en.json" |
|
} |
|
], |
|
"gridDistance": 1, |
|
"gridUnits": "m", |
|
"primaryTokenAttribute": "wounds", |
|
"secondaryTokenAttribute": "fatigue", |
|
"url": "https://gitlab.com/marcoSch/deathwatch-foundryvtt", |
|
"manifest": "https://gitlab.com/marcoSch/deathwatch-foundryvtt/-/raw/master/system.json", |
|
"download": "https://gitlab.com/marcoSch/deathwatch-foundryvtt/-/archive/v0.0.2/deathwatch-foundryvtt-v0.0.2.zip", |
|
"license": "LICENSE.txt" |
|
}
|
|
|