module FunctionalAppliances
{
	imports
	{
		Base,
	}	

    	fluid FABubBeer
    	{
        	ColorReference  = Gold,
        	DisplayName     = Fluid_Name_FABubBeer,

        	Categories
        	{
            		Beverage,
           		Alcoholic,
        	}

        	Properties
        	{
            		fatigueChange           = 0,
            		hungerChange            = -10,
            		stressChange            = 0,
            		thirstChange            = -20,
            		unhappyChange           = -10,
            		calories                = 1000,
            		carbohydrates           = 0,
            		lipids                  = 0,
            		proteins                = 0,
            		alcohol                 = 0.05,
            		fluReduction            = 0,
            		painReduction           = 0,
            		enduranceChange         = 0,
            		foodSicknessReduction   = 0,
        	}

        	BlendWhiteList
        	{
            		whitelist = true,
            		categories
            		{
            			Beverage,
            		}
        	}
    	}

    	fluid FABubLiteBeer
    	{
        	ColorReference  = LightYellow,
        	DisplayName     = Fluid_Name_FABubLiteBeer,

        	Categories
        	{
            		Beverage,
           		Alcoholic,
        	}

        	Properties
        	{
            		fatigueChange           = 0,
            		hungerChange            = -10,
            		stressChange            = 0,
            		thirstChange            = -20,
            		unhappyChange           = -5,
            		calories                = 500,
            		carbohydrates           = 0,
            		lipids                  = 0,
            		proteins                = 0,
            		alcohol                 = 0.05,
            		fluReduction            = 0,
            		painReduction           = 0,
            		enduranceChange         = 0,
            		foodSicknessReduction   = 0,
        	}

        	BlendWhiteList
        	{
            		whitelist = true,
            		categories
            		{
            			Beverage,
            		}
        	}
    	}

    	fluid FASwillerBeer
    	{
        	ColorReference  = Gold,
        	DisplayName     = Fluid_Name_FASwillerBeer,

        	Categories
        	{
            		Beverage,
           		Alcoholic,
        	}

        	Properties
        	{
            		fatigueChange           = 0,
            		hungerChange            = -10,
            		stressChange            = 0,
            		thirstChange            = -20,
            		unhappyChange           = -10,
            		calories                = 1000,
            		carbohydrates           = 0,
            		lipids                  = 0,
            		proteins                = 0,
            		alcohol                 = 0.05,
            		fluReduction            = 0,
            		painReduction           = 0,
            		enduranceChange         = 0,
            		foodSicknessReduction   = 0,
        	}

        	BlendWhiteList
        	{
            		whitelist = true,
            		categories
            		{
            			Beverage,
            		}
        	}
    	}

    	fluid FASwillerLiteBeer
    	{
        	ColorReference  = LightYellow,
        	DisplayName     = Fluid_Name_FASwillerLiteBeer,

        	Categories
        	{
            		Beverage,
           		Alcoholic,
        	}

        	Properties
        	{
            		fatigueChange           = 0,
            		hungerChange            = -10,
            		stressChange            = 0,
            		thirstChange            = -20,
            		unhappyChange           = -5,
            		calories                = 500,
            		carbohydrates           = 0,
            		lipids                  = 0,
            		proteins                = 0,
            		alcohol                 = 0.05,
            		fluReduction            = 0,
            		painReduction           = 0,
            		enduranceChange         = 0,
            		foodSicknessReduction   = 0,
        	}

        	BlendWhiteList
        	{
            		whitelist = true,
            		categories
            		{
            			Beverage,
            		}
        	}
    	}

    	fluid FAHomeBrewBeer
    	{
        	ColorReference  = Gold,
        	DisplayName     = Fluid_Name_FAHomeBrewBeer,

        	Categories
        	{
            		Beverage,
           		Alcoholic,
        	}

        	Properties
        	{
            		fatigueChange           = 0,
            		hungerChange            = -12,
            		stressChange            = 0,
            		thirstChange            = -25,
            		unhappyChange           = -8,
            		calories                = 800,
            		carbohydrates           = 0,
            		lipids                  = 0,
            		proteins                = 0,
            		alcohol                 = 0.05,
            		fluReduction            = 0,
            		painReduction           = 0,
            		enduranceChange         = 0,
            		foodSicknessReduction   = 0,
        	}

        	BlendWhiteList
        	{
            		whitelist = true,
            		categories
            		{
            			Beverage,
            		}
        	}
    	}

    	fluid FAMixedBerries
    	{
        	ColorReference  = MediumPurple,
        	DisplayName     = Fluid_Name_FAMixedBerries,

        	Categories
        	{
            		Beverage,
        	}

        	Properties
        	{
            		fatigueChange           = -5,
            		hungerChange            = -12,
            		stressChange            = 0,
            		thirstChange            = -85,
            		unhappyChange           = -10,
            		calories                = 400,
            		carbohydrates           = 104,
            		lipids                  = 0,
            		proteins                = 0,
            		alcohol                 = 0,
            		fluReduction            = 0,
            		painReduction           = 0,
            		enduranceChange         = 0,
            		foodSicknessReduction   = 0,
        	}

        	BlendWhiteList
        	{
            		whitelist = true,
            		categories
            		{
            			Beverage,
            		}
        	}
    	}

    	fluid FALemonLime
    	{
        	ColorReference  = PaleGreen,
        	DisplayName     = Fluid_Name_FALemonLime,

        	Categories
        	{
            		Beverage,
        	}

        	Properties
        	{
            		fatigueChange           = -5,
            		hungerChange            = -12,
            		stressChange            = 0,
            		thirstChange            = -85,
            		unhappyChange           = -10,
            		calories                = 400,
            		carbohydrates           = 104,
            		lipids                  = 0,
            		proteins                = 0,
            		alcohol                 = 0,
            		fluReduction            = 0,
            		painReduction           = 0,
            		enduranceChange         = 0,
            		foodSicknessReduction   = 0,
        	}

        	BlendWhiteList
        	{
            		whitelist = true,
            		categories
            		{
            			Beverage,
            		}
        	}
    	}

    	fluid FARootBeer
    	{
        	ColorReference  = SaddleBrown,
        	DisplayName     = Fluid_Name_FARootBeer,

        	Categories
        	{
            		Beverage,
        	}

        	Properties
        	{
            		fatigueChange           = -5,
            		hungerChange            = -12,
            		stressChange            = 0,
            		thirstChange            = -85,
            		unhappyChange           = -10,
            		calories                = 400,
            		carbohydrates           = 104,
            		lipids                  = 0,
            		proteins                = 0,
            		alcohol                 = 0,
            		fluReduction            = 0,
            		painReduction           = 0,
            		enduranceChange         = 0,
            		foodSicknessReduction   = 0,
        	}

        	BlendWhiteList
        	{
            		whitelist = true,
            		categories
            		{
            			Beverage,
            		}
        	}
    	}

    	fluid FAKYCola
    	{
        	ColorReference  = Cola,
        	DisplayName     = Fluid_Name_FAKYCola,

        	Categories
        	{
            		Beverage,
        	}

        	Properties
        	{
            		fatigueChange           = -5,
            		hungerChange            = -12,
            		stressChange            = 0,
            		thirstChange            = -85,
            		unhappyChange           = -10,
            		calories                = 400,
            		carbohydrates           = 104,
            		lipids                  = 0,
            		proteins                = 0,
            		alcohol                 = 0,
            		fluReduction            = 0,
            		painReduction           = 0,
            		enduranceChange         = 0,
            		foodSicknessReduction   = 0,
        	}

        	BlendWhiteList
        	{
            		whitelist = true,
            		categories
            		{
            			Beverage,
            		}
        	}
    	}

    	fluid FADrPeppa
    	{
        	ColorReference  = Maroon,
        	DisplayName     = Fluid_Name_FADrPeppa,

        	Categories
        	{
            		Beverage,
        	}

        	Properties
        	{
            		fatigueChange           = -5,
            		hungerChange            = -12,
            		stressChange            = 0,
            		thirstChange            = -85,
            		unhappyChange           = -10,
            		calories                = 400,
            		carbohydrates           = 104,
            		lipids                  = 0,
            		proteins                = 0,
            		alcohol                 = 0,
            		fluReduction            = 0,
            		painReduction           = 0,
            		enduranceChange         = 0,
            		foodSicknessReduction   = 0,
        	}

        	BlendWhiteList
        	{
            		whitelist = true,
            		categories
            		{
            			Beverage,
            		}
        	}
    	}
}