Merge branch 'master' into 037-actor-type-creature

This commit is contained in:
Johannes Loher 2021-01-10 00:41:20 +01:00
commit d416c14cbd
25 changed files with 434 additions and 51 deletions

View file

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