Compare commits

..

2 Commits

Author SHA1 Message Date
macniel 49635ca258 squash
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s Details
2025-09-25 14:46:17 +02:00
macniel f16528a231 cicd: installing workflow 2025-09-25 10:20:06 +02:00
4 changed files with 0 additions and 58 deletions

1
dist/lang/de.json vendored
View File

@ -1 +0,0 @@
{}

0
dist/main.cjs vendored
View File

View File

@ -1,3 +0,0 @@
html {
background-color: FFF;
}

54
dist/system.json vendored
View File

@ -1,54 +0,0 @@
{
"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",
"compatibility": {
"minimum": 12,
"verified": 13
},
"authors": [{
"name": "GrandpaPoppy"
},{
"name": "ParanoidSpectre"
},{
"name": "macniel"
}],
"esmodules": ["main.mjs"],
"styles": ["styles/styles.css"],
"packs": [{
"name": "talente",
"label": "Basistalente",
"type": "Item"
},{
"name": "zauber",
"label": "Basiszauber",
"type": "Item"
},{
"name": "liturgien",
"label": "Basisliturgien",
"type": "Item"
},{
"name": "sonderfertigkeiten",
"label": "Basissonderfertigkeiten",
"type": "Item"
}],
"languages": [{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}],
"documentTypes": {
},
"socket": false,
"initiative": "1d6",
"grid": {
"distance": 10,
"units": "Schritt"
},
"primaryTokenAttribute": "resources.sp",
"secondaryTokenAttribute": "resources.aus",
"url": "https://git.macniel.online/macniel/foundry-dsa41-game",
"manifest": "https://git.macniel.online/macniel/foundry-dsa41-game/system.json",
"download": ""
}