ITEM_METADATA: {
affiliation: {
IconCssClass: "fa-duotone fa-solid fa-handshake";
Image: "systems/sohl/assets/icons/other/people-group.svg";
KeyChoices: StrictObject<string>[];
};
affliction: {
IconCssClass: "fa-solid fa-disease";
Image: "systems/sohl/assets/icons/game-icons/lorc/oppression.svg";
KeyChoices: StrictObject<string>[];
};
armorgear: {
IconCssClass: "fa-solid fa-shield-halved";
Image: "systems/sohl/assets/icons/noun/armor.svg";
KeyChoices: StrictObject<string>[];
};
attribute: {
IconCssClass: "fa-solid fa-user-gear";
Image: "systems/sohl/assets/icons/other/user-gear.svg";
KeyChoices: StrictObject<string>[];
};
concoctiongear: {
IconCssClass: "fa-solid fa-bottle-droplet";
Image: "systems/sohl/assets/icons/other/potion.svg";
KeyChoices: StrictObject<string>[];
};
containergear: {
IconCssClass: "ginf-chest";
Image: "systems/sohl/assets/icons/other/sack.svg";
KeyChoices: StrictObject<string>[];
};
miscgear: {
IconCssClass: "ginf-stockpiles";
Image: "systems/sohl/assets/icons/other/miscgear.svg";
KeyChoices: StrictObject<string>[];
};
mystery: {
IconCssClass: "ginf-sparkles";
Image: "systems/sohl/assets/icons/other/sparkles.svg";
KeyChoices: StrictObject<string>[];
};
mysticalability: {
IconCssClass: "fa-solid fa-hand-sparkles";
Image: "systems/sohl/assets/icons/other/hand-sparkles.svg";
KeyChoices: StrictObject<string>[];
};
projectilegear: {
IconCssClass: "ginf-bow-arrow";
Image: "systems/sohl/assets/icons/noun/arrow.svg";
KeyChoices: StrictObject<string>[];
};
skill: {
IconCssClass: "ginf-skills";
Image: "systems/sohl/assets/icons/other/head-gear.svg";
KeyChoices: StrictObject<string>[];
};
trauma: {
IconCssClass: "fa-solid fa-user-injured";
Image: "systems/sohl/assets/icons/other/injury.svg";
KeyChoices: StrictObject<string>[];
};
weapongear: {
IconCssClass: "ginf-broadsword";
Image: "systems/sohl/assets/icons/other/sword.svg";
KeyChoices: StrictObject<string>[];
};
}
Type declaration
Readonlyaffiliation: {
IconCssClass: "fa-duotone fa-solid fa-handshake";
Image: "systems/sohl/assets/icons/other/people-group.svg";
KeyChoices: StrictObject<string>[];
}
Readonlyaffliction: {
IconCssClass: "fa-solid fa-disease";
Image: "systems/sohl/assets/icons/game-icons/lorc/oppression.svg";
KeyChoices: StrictObject<string>[];
}
Readonlyarmorgear: {
IconCssClass: "fa-solid fa-shield-halved";
Image: "systems/sohl/assets/icons/noun/armor.svg";
KeyChoices: StrictObject<string>[];
}
Readonlyattribute: {
IconCssClass: "fa-solid fa-user-gear";
Image: "systems/sohl/assets/icons/other/user-gear.svg";
KeyChoices: StrictObject<string>[];
}
Readonlyconcoctiongear: {
IconCssClass: "fa-solid fa-bottle-droplet";
Image: "systems/sohl/assets/icons/other/potion.svg";
KeyChoices: StrictObject<string>[];
}
Readonlycontainergear: {
IconCssClass: "ginf-chest";
Image: "systems/sohl/assets/icons/other/sack.svg";
KeyChoices: StrictObject<string>[];
}
Readonlymiscgear: {
IconCssClass: "ginf-stockpiles";
Image: "systems/sohl/assets/icons/other/miscgear.svg";
KeyChoices: StrictObject<string>[];
}
Readonlymystery: {
IconCssClass: "ginf-sparkles";
Image: "systems/sohl/assets/icons/other/sparkles.svg";
KeyChoices: StrictObject<string>[];
}
Readonlymysticalability: {
IconCssClass: "fa-solid fa-hand-sparkles";
Image: "systems/sohl/assets/icons/other/hand-sparkles.svg";
KeyChoices: StrictObject<string>[];
}
Readonlyprojectilegear: {
IconCssClass: "ginf-bow-arrow";
Image: "systems/sohl/assets/icons/noun/arrow.svg";
KeyChoices: StrictObject<string>[];
}
Readonlyskill: {
IconCssClass: "ginf-skills";
Image: "systems/sohl/assets/icons/other/head-gear.svg";
KeyChoices: StrictObject<string>[];
}
Readonlytrauma: {
IconCssClass: "fa-solid fa-user-injured";
Image: "systems/sohl/assets/icons/other/injury.svg";
KeyChoices: StrictObject<string>[];
}
Readonlyweapongear: {
IconCssClass: "ginf-broadsword";
Image: "systems/sohl/assets/icons/other/sword.svg";
KeyChoices: StrictObject<string>[];
}
Map of item kind → display metadata (icon, image, key choices).