Add initial spell data and HTML structure for Oswin Eisenbach's spell cards
This commit is contained in:
@@ -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 5‑ft. 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."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user