cleanup & metadata improvements
This commit is contained in:
parent
96f722fd58
commit
705b9cade9
|
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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": [
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue