added alphabet item

- added to database and localization definitions
- added sheet
- added to talents & abilities tab
- removed languages & alphabets from actor properties
This commit is contained in:
Gesina Schwalbe 2021-01-08 23:54:41 +01:00
parent 1011b85067
commit 737a644ecd
6 changed files with 36 additions and 6 deletions

View file

@ -97,10 +97,6 @@
"used": 0
}
},
"language": {
"languages": "",
"alphabets": ""
},
"profile": {
"gender": "",
"birthday": "",
@ -115,7 +111,17 @@
}
},
"Item": {
"types": ["weapon", "armor", "shield", "trinket", "equipment", "talent", "racialAbility", "language"],
"types": [
"weapon",
"armor",
"shield",
"trinket",
"equipment",
"talent",
"racialAbility",
"language",
"alphabet"
],
"templates": {
"base": {
"description": ""
@ -166,6 +172,9 @@
},
"language": {
"templates": ["base"]
},
"alphabet": {
"templates": ["base"]
}
}
}