feat: add an additional armor material type "natural"

This commit is contained in:
Johannes Loher 2021-09-22 02:35:55 +02:00
parent bdea7de7f3
commit af7ebb1b91
3 changed files with 6 additions and 0 deletions

View file

@ -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: {