module Base
{

    item InstantTea
    {
        DisplayName = Instant Tea - Peach,
        DisplayCategory = Food,
        EatType = candrink,
        Type = Food,
        Weight = 1,
        Icon = TeaLogo,
        EvolvedRecipe = HotDrink:5,
        FoodType = Tea,
        Packaged = TRUE,
        FatigueChange = -140,
        HungerChange = -30,
        ThirstChange = 70,
        UnhappyChange = 50,
        Calories = 38,
        Carbohydrates = 9,
        Lipids = 0.1,
        Proteins = 0,
        StaticModel = Coffee,
        WorldStaticModel = InstantTeaPeachW,
	Tags = Sugar,
    }

    model InstantTeaPeachW
    {
        mesh = WorldItems/InstantTeaPeach,
        texture = WorldItems/TeaInstantPeach,
	scale = 0.004,
    }

    item InstantTeaBlack
    {
        DisplayName = Instant Tea - Black,
        DisplayCategory = Food,
        EatType = candrink,
        Type = Food,
        Weight = 1,
        Icon = TeaLogoBlack,
        EvolvedRecipe = HotDrink:5,
        FoodType = Tea,
        Packaged = TRUE,
        FatigueChange = -190,
        HungerChange = -30,
        ThirstChange = 60,
        UnhappyChange = 30,
        Calories = 17,
        Carbohydrates = 4,
        Lipids = 0,
        Proteins = 0,
        StaticModel = Coffee,
        WorldStaticModel = InstantTeaBlackW,

    }

    model InstantTeaBlackW
    {
        mesh = WorldItems/InstantTeaPeach,
        texture = WorldItems/TeaInstantBlack,
	scale = 0.004,
    }

    item InstantTeaBerries
    {
        DisplayName = Instant Tea - Berries,
        DisplayCategory = Food,
        EatType = candrink,
        Type = Food,
        Weight = 1,
        Icon = TeaLogoBerries,
        EvolvedRecipe = HotDrink:5,
        FoodType = Tea,
        Packaged = TRUE,
        FatigueChange = -140,
        HungerChange = -30,
        ThirstChange = 70,
        UnhappyChange = 45,
        Calories = 45,
        Carbohydrates = 10,
        Lipids = 0,
        Proteins = 0.1,
        StaticModel = Coffee,
        WorldStaticModel = InstantTeaBerriesW,
	Tags = Sugar,
    }

    model InstantTeaBerriesW
    {
        mesh = WorldItems/InstantTeaPeach,
        texture = WorldItems/TeaInstantBerries,
	scale = 0.004,
    }

    item InstantTeaLemon
    {
        DisplayName = Instant Tea - Lemon,
        DisplayCategory = Food,
        EatType = candrink,
        Type = Food,
        Weight = 1,
        Icon = TeaLogoLemon,
        EvolvedRecipe = HotDrink:5,
        FoodType = Tea,
        Packaged = TRUE,
        FatigueChange = -150,
        HungerChange = -30,
        ThirstChange = 70,
        UnhappyChange = 55,
        Calories = 45,
        Carbohydrates = 10,
        Lipids = 0,
        Proteins = 0.1,
        StaticModel = Coffee,
        WorldStaticModel = InstantTeaLemonW,
	Tags = Sugar,
    }

    model InstantTeaLemonW
    {
        mesh = WorldItems/InstantTeaPeach,
        texture = WorldItems/TeaInstantLemon,
	scale = 0.004,
    }

    item InstantTeaGreen
    {
        DisplayName = Instant Tea - Green,
        DisplayCategory = Food,
        EatType = candrink,
        Type = Food,
        Weight = 1,
        Icon = TeaLogoGreen,
        EvolvedRecipe = HotDrink:5,
        FoodType = Tea,
        Packaged = TRUE,
        FatigueChange = -170,
        HungerChange = -30,
        ThirstChange = 70,
        UnhappyChange = 55,
        Calories = 14,
        Carbohydrates = 5,
        Lipids = 0,
        Proteins = 0.1,
        StaticModel = Coffee,
        WorldStaticModel = InstantTeaGreenW,
    }

    model InstantTeaGreenW
    {
        mesh = WorldItems/InstantTeaPeach,
        texture = WorldItems/TeaInstantGreen,
	scale = 0.004,
    }

    item InstantTeaBox
    {
        DisplayName = Instant Tea - Box,
        DisplayCategory = Food,
        Type = Food,
        Weight = 4.0,
        Icon = TeaBoxLogo,
        Packaged = TRUE,
        StaticModel = Coffee,
        WorldStaticModel = InstantTeaBoxW,
    }

    model InstantTeaBoxW
    {
        mesh = WorldItems/InstantTeaBox,
        texture = WorldItems/InstantTeaBox,
	scale = 0.015,
    }

    item InstantTeaLapsang
    {
        DisplayName = Instant Tea - Lapsang Souchong,
        DisplayCategory = Food,
        EatType = candrink,
        Type = Food,
        Weight = 1,
        Icon = TeaLogoLapsang,
        EvolvedRecipe = HotDrink:5,
        FoodType = Tea,
        Packaged = TRUE,
        FatigueChange = -200,
        HungerChange = -30,
        ThirstChange = 60,
        UnhappyChange = 40,
        Calories = 14,
        Carbohydrates = 3,
        Lipids = 0,
        Proteins = 1,
        StaticModel = Coffee,
        WorldStaticModel = InstantTeaLapsangW,
    }

    model InstantTeaLapsangW
    {
        mesh = WorldItems/InstantTeaLapsang,
        texture = WorldItems/TeaInstantLapsang,
	scale = 0.0035,
    }
}