diff --git a/gulpfile.cjs b/gulpfile.cjs index 4c73d3f0..82e3ef74 100644 --- a/gulpfile.cjs +++ b/gulpfile.cjs @@ -16,7 +16,7 @@ function copySource() { function updateManifestFile() { return src('dist/system.json') - .pipe(replace('{{VERSION}}', `${process.env.VERSION}`)) + .pipe(replace('{{VERSION}}', process.env.VERSION)) .pipe(dest('dist/')) } diff --git a/src/system.json b/src/system.json index 7bff3c37..573b95c7 100644 --- a/src/system.json +++ b/src/system.json @@ -1,5 +1,5 @@ { - "id": "DSA 4.1", + "id": "DSA_4-1", "title": "Das Schwarze Auge 4.1", "description": "Noch ein Spielsystem für Das Schwarze Auge 4.1", "version": "0.0.1", @@ -39,7 +39,11 @@ "path": "lang/de.json" }], "documentTypes": { + "Actor": { + "character": {} + } }, + "socket": false, "initiative": "1d6", "grid": {