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
|
@ -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…
Add table
Add a link
Reference in a new issue