chore: initialise system structure for module development

pull/12/head
macniel 2025-09-24 14:30:52 +02:00
parent 2f6f10f0f5
commit 57af3fa1eb
8 changed files with 55 additions and 0 deletions

1
lang/de.json 100644
View File

@ -0,0 +1 @@
{}

0
main.mjs 100644
View File

View File

View File

View File

View File

View File

54
system.json 100644
View File

@ -0,0 +1,54 @@
{
"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": ""
}