cleanup & metadata improvements

This commit is contained in:
Thom Werring 2023-12-31 10:24:16 +01:00
parent 96f722fd58
commit 705b9cade9
4 changed files with 9 additions and 8 deletions

View File

@ -5,8 +5,9 @@
"json": "SCGtD",
"abbreviation": "SCGtD",
"full": "Sebastian Crowe's Guide to Drakkenheim",
"url": "https://www.youtube.com/@DungeonDudes",
"authors": [
"Dungeon Dudes"
"Dungeon dudes"
],
"convertedBy": [
"Werring"
@ -16,7 +17,7 @@
}
],
"dateAdded": 1700993345,
"dateLastModified": 1701414748
"dateLastModified": 1701520393
},
"class": [
{

View File

@ -1396,12 +1396,12 @@
}
],
"subclass": [{
"name": "Apothecary",
"name": "Alienist",
"shortName": "Alienist",
"source": "SCGtD",
"page": 0,
"page": 140,
"className": "Apothecary",
"classSource": "SCGtD",
"shortName": "Apo",
"subclassFeatures": [
],

View File

@ -5,6 +5,7 @@
"json": "SCGtD",
"abbreviation": "SCGtD",
"full": "Sebastian Crowe's Guide to Drakkenheim",
"url": "https://www.youtube.com/@DungeonDudes",
"authors": [
"Dungeon Dudes"
],

View File

@ -1,6 +1,5 @@
import spellsFile from "../SCGtD/spells.json" assert { type: "json" };
import spellsFile from "./homebrew/SCGtD/spells.json" assert { type: "json" };
import fs from "fs";
import path from "path";
const spells = spellsFile.spell;