Add initial spell data and HTML structure for Oswin Eisenbach's spell cards
This commit is contained in:
@@ -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