30 lines
620 B
JSON
30 lines
620 B
JSON
{
|
|
"name": "DSA 5e Character Sheet",
|
|
"id": "dsa5e-character-sheet",
|
|
"version": "1.0.0",
|
|
"description": "Ein interaktiver DSA 5e Charakterbogen mit Optolith JSON Support",
|
|
"author": "Dein Name",
|
|
"entryPoint": "index.html",
|
|
"extras": [
|
|
"colorStyles"
|
|
],
|
|
"capabilities": [
|
|
"chat",
|
|
"dice"
|
|
],
|
|
"minTaleSpireVersion": "1.0.0",
|
|
"tags": [
|
|
"character-sheet",
|
|
"dsa",
|
|
"das-schwarze-auge",
|
|
"optolith",
|
|
"dsa5e"
|
|
],
|
|
"icon": "icon.svg",
|
|
"screenshots": [
|
|
"screenshot1.png"
|
|
],
|
|
"website": "https://github.com/deinusername/dsa5e-talespire-symbiote",
|
|
"license": "GPL-3"
|
|
}
|