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

View File

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

View File

@ -5,6 +5,7 @@
"json": "SCGtD", "json": "SCGtD",
"abbreviation": "SCGtD", "abbreviation": "SCGtD",
"full": "Sebastian Crowe's Guide to Drakkenheim", "full": "Sebastian Crowe's Guide to Drakkenheim",
"url": "https://www.youtube.com/@DungeonDudes",
"authors": [ "authors": [
"Dungeon Dudes" "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 fs from "fs";
import path from "path";
const spells = spellsFile.spell; const spells = spellsFile.spell;