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