Add weight ratings and localize the Access field (and add it to items that should but don't have it)
This commit is contained in:
parent
40ba46fc6b
commit
329c45dad9
7 changed files with 69 additions and 29 deletions
|
|
@ -29,7 +29,8 @@
|
|||
"thin-glim": "Thin Glim"
|
||||
},
|
||||
"ability": "Ability",
|
||||
"access": {
|
||||
"access": "Access",
|
||||
"accessLevels": {
|
||||
"Common": "Common",
|
||||
"Uncommon": "Uncommon",
|
||||
"Rare": "Rare",
|
||||
|
|
@ -100,7 +101,13 @@
|
|||
"singular": "Weapon",
|
||||
"plural": "Weapons"
|
||||
},
|
||||
"wear": "Wear"
|
||||
"wear": "Wear",
|
||||
"weightRating": "Weight",
|
||||
"weightRatings": {
|
||||
"light": "Light",
|
||||
"modest": "Modest",
|
||||
"heavy": "Heavy"
|
||||
}
|
||||
},
|
||||
"setting": {
|
||||
"abbrAccess": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue