class MeleeFlashlight : Pistol { class ItemActions { class Toolbelt { text = "$STR_EPOCH_PLAYER_300"; }; }; }; class ItemFlashlight : ItemCore { class ItemActions { class Toolbelt { text = "$STR_EPOCH_PLAYER_299"; }; }; }; class MeleeFlashlightRed : MeleeFlashlight { class ItemActions { class Toolbelt { text = "$STR_EPOCH_PLAYER_300"; }; }; }; class ItemFlashlightRed : ItemCore { class ItemActions { class Toolbelt { text = "$STR_EPOCH_PLAYER_299"; }; }; };