auto commit

pull/64/head
root 2025-10-31 15:54:14 +01:00
parent 03f20554a3
commit 80aa21ea53
1 changed files with 5 additions and 8 deletions

View File

@ -2,7 +2,7 @@
"id": "DSA_4-1", "id": "DSA_4-1",
"title": "Das Schwarze Auge 4.1", "title": "Das Schwarze Auge 4.1",
"description": "Noch ein Spielsystem für Das Schwarze Auge 4.1", "description": "Noch ein Spielsystem für Das Schwarze Auge 4.1",
"version": "{{VERSION}}", "version": "0.3.1",
"compatibility": { "compatibility": {
"minimum": 12, "minimum": 12,
"verified": 13 "verified": 13
@ -183,8 +183,7 @@
"documentTypes": { "documentTypes": {
"Actor": { "Actor": {
"creature": {}, "creature": {},
"group": { "group": {},
},
"character": { "character": {
"numberFields": [ "numberFields": [
"groesse", "groesse",
@ -287,9 +286,7 @@
"name" "name"
] ]
}, },
"ActiveEffect": { "ActiveEffect": {},
},
"Skill": { "Skill": {
"stringFields": [ "stringFields": [
"name", "name",
@ -350,6 +347,6 @@
}, },
"primaryTokenAttribute": "lep.aktuell", "primaryTokenAttribute": "lep.aktuell",
"url": "https://git.macniel.online/macniel/foundry-dsa41-game", "url": "https://git.macniel.online/macniel/foundry-dsa41-game",
"manifest": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/{{VERSION}}/system.json", "manifest": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/0.3.1/system.json",
"download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/{{VERSION}}/release.zip" "download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/0.3.1/release.zip"
} }