Updated spells schema

This commit is contained in:
Benjamin Sherriff
2023-10-03 21:00:14 -04:00
parent 16d8fa5af8
commit 75a71410a5
13 changed files with 890 additions and 143 deletions

37
data/spells/cantrips.json Normal file
View File

@@ -0,0 +1,37 @@
[
{
"name": "Acid Splash",
"school": "conjuration",
"level": 0,
"ritual": false,
"casting_time": {
"amount": 1,
"type": "action"
},
"range": {
"type": "point",
"amount": 60,
"unit": "feet"
},
"components": {
"verbal": true,
"somatic": true,
"material": false
},
"duration": {
"type": "instantaneous"
},
"classes": ["artificer", "sorcerer", "wizard"],
"sources": [
{
"source": "PHB",
"page": 211
}
],
"description": {
"entries": [
"You hurl a bubble of acid. Choose one creature within range, or choose two creatures within range that are within 5 feet of each other. A target must succeed on a Dexterity saving throw or take {@damage 1d6} acid damage.",
"This spell's damage increases by {@damage 1d6} when you reach 5th level ({@damage 2d6}), 11th level ({@damage 3d6}), and 17th level ({@damage 4d6})."]
}
}
]