Refactored spells import, working on level_1

This commit is contained in:
Benjamin Sherriff
2023-10-05 14:26:02 -04:00
parent 1b41849115
commit 49b3a38543
9 changed files with 3044 additions and 145 deletions

48
service/data/layout.json Normal file
View File

@@ -0,0 +1,48 @@
{
"name": "",
"school": "",
"level": 1,
"ritual": false,
"casting_time": {
"value": 1,
"unit": "action"
},
"saving_throw": [],
"attack_type": [],
"damage_inflict": [],
"damage_resist": [],
"conditions": [],
"range": {
"type": "point",
"value": 1,
"unit": "feet"
},
"area": {
"type": "cube",
"size": 1,
"unit": "feet"
},
"components": {
"verbal": false,
"somatic": false,
"material": false,
"materials_needed": "",
"materials_cost": 0,
"materials_consumed": false
},
"durations": [
{
"type": "instantaneous",
"value": 1,
"unit": "minute"
}
],
"classes": [],
"sources": [ { "source": "", "page": 0 } ],
"tags": [],
"description": {
"entries": [
]
}
}