Fix packfolders (#47)

+ Added missing curly brace
+ Added Injuries in packFolders
This commit is contained in:
LeFrique 2023-12-06 18:43:23 +01:00 committed by GitHub
parent 9814c44045
commit 2dccbf3de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -74,8 +74,9 @@
"label": "Verletzungen", "label": "Verletzungen",
"system": "midgard5", "system": "midgard5",
"path": "./packs/items/verletzungen.db", "path": "./packs/items/verletzungen.db",
"type": "Item" "type": "Item"
}, },
{
"name": "ruestkammer", "name": "ruestkammer",
"label": "Rüstkammer", "label": "Rüstkammer",
"system": "midgard5", "system": "midgard5",
@ -125,6 +126,7 @@
"color": "#800080", "color": "#800080",
"packs": [ "packs": [
"kampfzustaende", "kampfzustaende",
"verletzungen",
"zauberwirkungen" "zauberwirkungen"
] ]
}, },