class MeleeFlashlight : Pistol { class ItemActions { class Toolbelt { text = $STR_ACTIONS_2TB; }; }; }; class ItemFlashlight : ItemCore { class ItemActions { class Toolbelt { text = $STR_ACTIONS_RFROMTB; }; }; }; class MeleeFlashlightRed : MeleeFlashlight { class ItemActions { class Toolbelt { text = $STR_ACTIONS_2TB; }; }; }; class ItemFlashlightRed : ItemCore { class ItemActions { class Toolbelt { text = $STR_ACTIONS_RFROMTB; }; }; };