Hi, I’m trying to submod Xpiratez's armor layers to add custom stuff, but it seems to be more tricky than just modding existing items etc. So, if I write it like in XPZ:
armors:
- type: STR_PEASANT_NUDE_UC
layersDefinition:
M28: ["", "", "M28_NUDE", "", "", "", "", "", "", "", "", "GLASSES_M28", "", "HAIR_M28"]
It causes a crash before the inventory screen: Layered armor sprite definition [STR_PEASANT_NUDE_UC] not found
What magic do I need to perform to gain access to layersDefinition or is it unsubmoddable?