added type definitions and translations for spells

This commit is contained in:
Gesina Schwalbe 2021-01-09 14:09:21 +01:00
parent 85d4384a3c
commit 090aeab75f
4 changed files with 117 additions and 1 deletions

View file

@ -115,6 +115,7 @@
"weapon",
"armor",
"shield",
"spell",
"trinket",
"equipment",
"talent",
@ -175,6 +176,25 @@
},
"alphabet": {
"templates": ["base"]
},
"spell": {
"templates": ["base", "equipable"],
"spellType": "spellcasting",
"bonus": "",
"spellCategory": "unset",
"maxDistance": {
"value": "",
"unit": "meter"
},
"effectRadius": {
"value": "",
"unit": "meter"
},
"duration": {
"value": "",
"unit": "custom"
},
"scrollPrice": 0
}
}
}