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,20 @@
{
"name": "Create Bonfire",
"level": "cantrip",
"levelDisplay": "Cantrip",
"school": "Conjuration",
"castingTime": "1 action",
"range": "60 ft. (5 ft. cube)",
"components": "V, S",
"duration": "Conc. 1 min",
"damage": "1d8 fire",
"saveDC": "DEX 13",
"source": "EEPC p.152",
"uses": "At Will",
"tags": ["Damage", "Fire", "Concentration"],
"desc": [
"You create a bonfire on ground within range. Until the spell ends, the bonfire fills a 5ft. cube.",
"Any creature in the bonfire's space when you cast it must succeed on a <b>DEX save (DC 13)</b> or take <b>1d8 fire damage</b>. A creature also saves when it moves into the space or ends its turn there.",
"The bonfire ignites flammable objects in its area not being worn or carried."
]
}