cleanup & metadata improvements
This commit is contained in:
parent
96f722fd58
commit
705b9cade9
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1396,12 +1396,12 @@
|
|||
}
|
||||
],
|
||||
"subclass": [{
|
||||
"name": "Apothecary",
|
||||
"name": "Alienist",
|
||||
"shortName": "Alienist",
|
||||
"source": "SCGtD",
|
||||
"page": 0,
|
||||
"page": 140,
|
||||
"className": "Apothecary",
|
||||
"classSource": "SCGtD",
|
||||
"shortName": "Apo",
|
||||
"subclassFeatures": [
|
||||
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue