readjust to just include basisregelwerk talents with this branch

pull/14/head
macniel 2025-09-27 13:50:50 +02:00
parent ea436f3e4a
commit 0197c7e6e0
1 changed files with 5 additions and 5 deletions

View File

@ -26,11 +26,11 @@
], ],
"packs": [ "packs": [
{ {
"name": "skills", "name": "talente-brw",
"label": "Basistalente", "label": "Talente (BRW)",
"system": "DSA_4-1", "system": "DSA_4-1",
"type": "Item", "type": "Item",
"path": "packs/talente", "path": "packs/talente-brw",
"private": false "private": false
}, },
{ {
@ -56,11 +56,11 @@
], ],
"packFolders": [ "packFolders": [
{ {
"name": "Basiszauber", "name": "Talente",
"color": "#801020", "color": "#801020",
"sorting": "m", "sorting": "m",
"packs": [ "packs": [
"spells" "talente-brw"
] ]
} }
], ],