added language item
- added to database and localization definitions - added sheet - added to talents overview
This commit is contained in:
parent
9addb66a50
commit
f8e1f32439
8 changed files with 60 additions and 17 deletions
|
@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue