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": "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 13 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."
]
}