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
@@ -0,0 +1,18 @@
{
"name": "Speak with Animals",
"level": "1",
"levelDisplay": "1st Level",
"school": "Divination",
"castingTime": "1 action",
"range": "Self",
"components": "V, S",
"duration": "10 minutes",
"source": "PHB p.318",
"uses": "2× / Long Rest",
"tags": ["Exploration", "Social"],
"desc": [
"For the duration, you can <b>comprehend and speak with Beasts</b>, and use any Influence action skill options with them.",
"Most beasts focus on survival and companionship, but can report nearby locations, monsters, and anything perceived within the past day.",
"<em>(Forest Gnome racial trait — does not expend a spell slot.)</em>"
]
}