diff --git a/homebrew/SCGtD.json b/homebrew/SCGtD.json index c5a3205..8ee6d88 100644 --- a/homebrew/SCGtD.json +++ b/homebrew/SCGtD.json @@ -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": [ { diff --git a/homebrew/SCGtD/classes.json b/homebrew/SCGtD/classes.json index 8169adb..724f5a4 100644 --- a/homebrew/SCGtD/classes.json +++ b/homebrew/SCGtD/classes.json @@ -1396,12 +1396,12 @@ } ], "subclass": [{ - "name": "Apothecary", + "name": "Alienist", + "shortName": "Alienist", "source": "SCGtD", - "page": 0, + "page": 140, "className": "Apothecary", "classSource": "SCGtD", - "shortName": "Apo", "subclassFeatures": [ ], diff --git a/homebrew/SCGtD/meta.json b/homebrew/SCGtD/meta.json index 9a30322..7bc17e3 100644 --- a/homebrew/SCGtD/meta.json +++ b/homebrew/SCGtD/meta.json @@ -5,6 +5,7 @@ "json": "SCGtD", "abbreviation": "SCGtD", "full": "Sebastian Crowe's Guide to Drakkenheim", + "url": "https://www.youtube.com/@DungeonDudes", "authors": [ "Dungeon Dudes" ], @@ -17,5 +18,5 @@ ], "dateAdded": 1700993345, "dateLastModified": 1700993345 - } + } } \ No newline at end of file diff --git a/scripts/addClasses.js b/scripts/addClasses.js index dba2299..faf6b9d 100644 --- a/scripts/addClasses.js +++ b/scripts/addClasses.js @@ -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;