add special creature ability as item type
This commit is contained in:
parent
85defa7e44
commit
c422635d66
12 changed files with 121 additions and 24 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue