Files
siren/data/spells/cantrips.json
Benjamin Sherriff 75a71410a5 Updated spells schema
2023-10-03 21:00:14 -04:00

37 lines
987 B
JSON

[
{
"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})."]
}
}
]