added language item

- added to database and localization definitions
- added sheet
- added to talents overview
This commit is contained in:
Gesina Schwalbe 2021-01-08 23:23:53 +01:00
parent 9addb66a50
commit f8e1f32439
8 changed files with 60 additions and 17 deletions

View file

@ -115,7 +115,7 @@
}
},
"Item": {
"types": ["weapon", "armor", "shield", "trinket", "equipment", "talent", "racialAbility"],
"types": ["weapon", "armor", "shield", "trinket", "equipment", "talent", "racialAbility", "language"],
"templates": {
"base": {
"description": ""
@ -163,6 +163,9 @@
},
"racialAbility": {
"templates": ["base"]
},
"language": {
"templates": ["base"]
}
}
}