This commit is contained in:
Histausse 2023-06-10 19:21:42 +02:00
parent a0f12a9734
commit 45a67dcce6
5 changed files with 7 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.db

5
json_to_nedb.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
for x in packs/*.json; do
cat "$x" | jq -c > "${x%.json}.db"
done

View file

@ -26,7 +26,7 @@
"label": "DW Beguiler Classe",
"type": "Item",
"name": "dwgl-classe",
"path": "packs/hbw-classe.db",
"path": "packs/dwgl-classe.db",
"system": "dungeonworld",
"package": "world",
"entity": "Item",