module TLOU
	{
    imports { 
	base
	}
	item FedraArmband
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Armband (FEDRA),
		ClothingItem = FedraArmband,
		ClothingItemExtra = FedraArmband_Big,
        ClothingItemExtraOption =Bigger,
        clothingExtraSubmenu =Smaller,
		BodyLocation = Armband,
		Icon = Armband,
		Weight = 0.1,
		CanHaveHoles = false,
		WorldStaticModel = Armband_Ground,
	}
	item FedraArmband_Big
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Armband (FEDRA),
		ClothingItem = FedraArmbandBig,
		ClothingItemExtra = FedraArmband,
        ClothingItemExtraOption =Smaller,
        clothingExtraSubmenu =Bigger,
		BodyLocation = Armband,
		Icon = Armband,
		Weight = 0.1,
		CanHaveHoles = false,
		WorldStaticModel = Armband_Ground,
	}
	item SCARArmband
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Armband (SCAR),
		ClothingItem = SCARArmband,
		ClothingItemExtra = SCARArmband_Big,
        ClothingItemExtraOption =Bigger,
        clothingExtraSubmenu =Smaller,
		BodyLocation = Armband,
		Icon = Armband,
		Weight = 0.1,
		CanHaveHoles = false,
		WorldStaticModel = Armband_Ground,
	}
	item SCARArmband_Big
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Armband (SCAR),
		ClothingItem = SCARArmbandBig,
		ClothingItemExtra = SCARArmband,
        ClothingItemExtraOption =Smaller,
        clothingExtraSubmenu =Bigger,
		BodyLocation = Armband,
		Icon = Armband,
		Weight = 0.1,
		CanHaveHoles = false,
		WorldStaticModel = Armband_Ground,
	}
	item WLFArmband
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Armband (WLF),
		ClothingItem = WLFArmband,
		ClothingItemExtra = WLFArmband_Big,
        ClothingItemExtraOption =Bigger,
        clothingExtraSubmenu =Smaller,
		BodyLocation = Armband,
		Icon = Armband,
		Weight = 0.1,
		CanHaveHoles = false,
		WorldStaticModel = Armband_Ground,
	}
	item WLFArmband_Big
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Armband (WLF),
		ClothingItem = WLFArmbandBig,
		ClothingItemExtra = WLFArmband,
        ClothingItemExtraOption =Smaller,
        clothingExtraSubmenu =Bigger,
		BodyLocation = Armband,
		Icon = Armband,
		Weight = 0.1,
		CanHaveHoles = false,
		WorldStaticModel = Armband_Ground,
	}
	item FireflyArmband
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Armband (FIREFLY),
		ClothingItem = FireflyArmband,
		ClothingItemExtra = FireflyArmband_Big,
        ClothingItemExtraOption =Bigger,
        clothingExtraSubmenu =Smaller,
		BodyLocation = Armband,
		Icon = Armband,
		Weight = 0.1,
		CanHaveHoles = false,
		WorldStaticModel = Armband_Ground,
	}
	item FireflyArmband_Big
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Armband (FIREFLY),
		ClothingItem = FireflyArmbandBig,
		ClothingItemExtra = FireflyArmband,
        ClothingItemExtraOption = Smaller,
        clothingExtraSubmenu =Bigger,
		BodyLocation = Armband,
		Icon = Armband,
		Weight = 0.1,
		CanHaveHoles = false,
		WorldStaticModel = Armband_Ground,
	}
}
