Add initial spell data and HTML structure for Oswin Eisenbach's spell cards

This commit is contained in:
2026-06-30 11:23:32 +02:00
parent 98bcae0908
commit 424cb2a69a
10 changed files with 696 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"character": "Oswin Eisenbach",
"subtitle": "Level 1 Forest Gnome Artificer",
"types": [
{
"level": "cantrip",
"label": "Cantrips",
"files": ["create-bonfire.json", "magic-stone.json", "mending.json", "minor-illusion.json"]
},
{
"level": "1",
"label": "1st Level",
"files": ["disguise-self.json", "identify.json", "speak-with-animals.json"]
}
]
}