A custom equipment type group, to be rendered in the Equipment Type section of the Item Sheet.
{ label: 'Helmet', types: { clothhat: 'Clothings Helmet', lighthat: 'Light Helmet', mediumhat: 'Medium Helmet', heavyhat: 'Heavy Helmet',} Copy
{ label: 'Helmet', types: { clothhat: 'Clothings Helmet', lighthat: 'Light Helmet', mediumhat: 'Medium Helmet', heavyhat: 'Heavy Helmet',}
{ label: 'MyModuleId.HelmetType.Label', types: { clothhat: 'MyModuleId.HelmetType.ClothingsHelmet.Label', lighthat: 'MyModuleId.HelmetType.LightHelmet.Label', mediumhat: 'MyModuleId.HelmetType.MediumHelmet.Label', heavyhat: 'MyModuleId.HelmetType.HeavyHelmet.Label',} Copy
{ label: 'MyModuleId.HelmetType.Label', types: { clothhat: 'MyModuleId.HelmetType.ClothingsHelmet.Label', lighthat: 'MyModuleId.HelmetType.LightHelmet.Label', mediumhat: 'MyModuleId.HelmetType.MediumHelmet.Label', heavyhat: 'MyModuleId.HelmetType.HeavyHelmet.Label',}
A group label. Localization keys also work.
An object where the key is the equipment type ID, and the value is the label text. Localization keys also work.
A custom equipment type group, to be rendered in the Equipment Type section of the Item Sheet.
Example: Custom Helmet Types
Example: Custom Helmet Types (with Localization Keys)