add special creature ability as item type

This commit is contained in:
Johannes Loher 2021-01-11 00:55:49 +01:00
parent 85defa7e44
commit c422635d66
12 changed files with 121 additions and 24 deletions

View file

@ -136,7 +136,8 @@
"talent",
"racialAbility",
"language",
"alphabet"
"alphabet",
"specialCreatureAbility"
],
"templates": {
"base": {
@ -214,6 +215,10 @@
"unit": "custom"
},
"scrollPrice": 0
},
"specialCreatureAbility": {
"templates": ["base"],
"experiencePoints": 0
}
}
}