feat: add an additional armor material type "natural"
This commit is contained in:
parent
bdea7de7f3
commit
af7ebb1b91
3 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,8 @@
|
|||
"DS4.ArmorMaterialTypeChainAbbr": "Ketten",
|
||||
"DS4.ArmorMaterialTypePlate": "Platten",
|
||||
"DS4.ArmorMaterialTypePlateAbbr": "Platten",
|
||||
"DS4.ArmorMaterialTypeNatural": "Natürlich",
|
||||
"DS4.ArmorMaterialTypeNaturalAbbr": "Natürlich",
|
||||
"DS4.SpellType": "Zauberspruchtyp",
|
||||
"DS4.SpellTypeAbbr": "T",
|
||||
"DS4.SpellTypeSpellcasting": "Zaubern",
|
||||
|
|
|
@ -94,6 +94,8 @@
|
|||
"DS4.ArmorMaterialTypeChainAbbr": "Chain",
|
||||
"DS4.ArmorMaterialTypePlate": "Plate",
|
||||
"DS4.ArmorMaterialTypePlateAbbr": "Plate",
|
||||
"DS4.ArmorMaterialTypeNatural": "Natural",
|
||||
"DS4.ArmorMaterialTypeNaturalAbbr": "Natural",
|
||||
"DS4.SpellType": "Spell Type",
|
||||
"DS4.SpellTypeAbbr": "T",
|
||||
"DS4.SpellTypeSpellcasting": "Spellcasting",
|
||||
|
|
|
@ -75,6 +75,7 @@ const i18nKeys = {
|
|||
leather: "DS4.ArmorMaterialTypeLeather",
|
||||
chain: "DS4.ArmorMaterialTypeChain",
|
||||
plate: "DS4.ArmorMaterialTypePlate",
|
||||
natural: "DS4.ArmorMaterialTypeNatural",
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -85,6 +86,7 @@ const i18nKeys = {
|
|||
leather: "DS4.ArmorMaterialTypeLeatherAbbr",
|
||||
chain: "DS4.ArmorMaterialTypeChainAbbr",
|
||||
plate: "DS4.ArmorMaterialTypePlateAbbr",
|
||||
natural: "DS4.ArmorMaterialTypeNaturalAbbr",
|
||||
},
|
||||
|
||||
spellTypes: {
|
||||
|
|
Loading…
Reference in a new issue