Refactored spells import, working on level_1
This commit is contained in:
48
service/data/layout.json
Normal file
48
service/data/layout.json
Normal 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": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user