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,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 5ft. cube. Cannot produce sound, light, or smell. Physical contact reveals it."
]
}