abbr for armor type&material in item overview
Additions: - further abbreviations included in localization Changes: - now not full armor type / material expression displayed in char sheet, but only an abbreviation with tooltip - description now smaller for weapon and armor
This commit is contained in:
parent
0b93f5ff9e
commit
9da168afa6
4 changed files with 57 additions and 12 deletions
|
@ -38,12 +38,21 @@
|
|||
"DS4.ArmorValue": "Armor Value",
|
||||
"DS4.ArmorValueAbbr": "AV",
|
||||
"DS4.ArmorTypeBody": "Body",
|
||||
"DS4.ArmorTypeBodyAbbr": "Body",
|
||||
"DS4.ArmorTypeHelmet": "Helmet",
|
||||
"DS4.ArmorTypeHelmetAbbr": "Helm",
|
||||
"DS4.ArmorTypeVambrace": "Vambrace",
|
||||
"DS4.ArmorTypeVambraceAbbr": "Vambr",
|
||||
"DS4.ArmorTypeGreaves": "Greaves",
|
||||
"DS4.ArmorTypeGreavesAbbr": "Greav",
|
||||
"DS4.ArmorTypeVambraceGreaves": "Vambrace + Greaves",
|
||||
"DS4.ArmorTypeVambraceGreavesAbbr": "V+G",
|
||||
"DS4.ArmorMaterialTypeCloth": "Cloth",
|
||||
"DS4.ArmorMaterialTypeClothAbbr": "Cloth",
|
||||
"DS4.ArmorMaterialTypeLeather": "Leather",
|
||||
"DS4.ArmorMaterialTypeLeatherAbbr": "Leath",
|
||||
"DS4.ArmorMaterialTypeChain": "Chain",
|
||||
"DS4.ArmorMaterialTypePlate": "Plate"
|
||||
"DS4.ArmorMaterialTypeChainAbbr": "Chain",
|
||||
"DS4.ArmorMaterialTypePlate": "Plate",
|
||||
"DS4.ArmorMaterialTypePlateAbbr": "Plate"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue