Updated spells schema
This commit is contained in:
37
data/spells/cantrips.json
Normal file
37
data/spells/cantrips.json
Normal 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})."]
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user