Add TYPE translation literals

This commit is contained in:
Oliver-Akins 2024-03-17 21:27:46 -06:00
parent 7549cd2b05
commit 745824f6cc

View file

@ -52,5 +52,25 @@
}
}
}
},
"TYPES": {
"Actor": {
"player": "Player",
"sync": "Sync"
},
"Item": {
"aspect": "Aspect",
"weapon": "Weapon",
"armour": "Armour",
"equipment": "Equipment",
"foil": "Foil",
"pet": "Pet",
"structure": "Structure",
"service": "Service",
"materials": "Materials",
"legendaryItem": "Legendary Item",
"spell": "Spell",
"untyped": "Custom"
}
}
}