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."
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Magic Stone",
|
||||
"level": "cantrip",
|
||||
"levelDisplay": "Cantrip",
|
||||
"school": "Transmutation",
|
||||
"castingTime": "1 bonus action",
|
||||
"range": "Touch",
|
||||
"components": "V, S",
|
||||
"duration": "1 minute",
|
||||
"damage": "1d6 + 3 bludg.",
|
||||
"source": "EEPC p.160",
|
||||
"uses": "At Will",
|
||||
"tags": ["Damage", "Ranged"],
|
||||
"desc": [
|
||||
"You touch 1–3 pebbles and imbue them with magic. You or another creature can make a <b>ranged spell attack</b> with one pebble (range 60 ft.).",
|
||||
"On a hit: <b>1d6 + INT modifier bludgeoning damage</b>. The attacker uses <em>your</em> spellcasting modifier on the attack roll.",
|
||||
"Casting this spell again ends the effect on remaining pebbles."
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Mending",
|
||||
"level": "cantrip",
|
||||
"levelDisplay": "Cantrip",
|
||||
"school": "Transmutation",
|
||||
"castingTime": "1 minute",
|
||||
"range": "Touch",
|
||||
"components": "V, S, M",
|
||||
"duration": "Instantaneous",
|
||||
"material": "Two lodestones",
|
||||
"source": "PHB p.297",
|
||||
"uses": "At Will",
|
||||
"tags": ["Utility", "Repair"],
|
||||
"desc": [
|
||||
"This spell repairs a single break or tear in an object you touch — a broken chain, torn cloak, or leaking wineskin — as long as the break is no larger than <b>1 foot</b> in any dimension.",
|
||||
"Leaves no trace of former damage. Can repair a magic item physically, but cannot restore its magic."
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Minor Illusion",
|
||||
"level": "cantrip",
|
||||
"levelDisplay": "Cantrip",
|
||||
"school": "Illusion",
|
||||
"castingTime": "1 action",
|
||||
"range": "30 ft. (5 ft. cube)",
|
||||
"components": "S, M",
|
||||
"duration": "1 minute",
|
||||
"material": "A bit of fleece",
|
||||
"source": "PHB p.298",
|
||||
"uses": "At Will",
|
||||
"tags": ["Control", "Illusion"],
|
||||
"desc": [
|
||||
"You create a <b>sound or image</b> within range. A creature can use the Study action (INT Investigation vs. your DC 13) to discern the illusion.",
|
||||
"<b>Sound:</b> Any volume from a whisper to a scream; can be continuous or discrete.",
|
||||
"<b>Image:</b> Object up to a 5‑ft. cube. Cannot produce sound, light, or smell. Physical contact reveals it."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user