Add initial spell data and HTML structure for Oswin Eisenbach's spell cards
This commit is contained in:
@@ -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."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user