TV Dinner

From PZwiki
Revision as of 12:17, 12 March 2022 by Vaileasys (talk | contribs) (updated to build 41.68)

Template:Infobox foodA TV dinner is a non-perishable food item.

Usage

Consumable properties

A TV dinner can be eaten raw, which can make the player sick along with causing them to feel unhappy. Consuming after being cooked will reduce more hunger, however it will only reduce the negative effects and not remove them (except for sickness). Template:Consumables2

Distribution

TV dinners can often found in kitchen counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

    item TVDinner
    {
        DisplayCategory 	= Food,
        HungerChange		= -23,
        Weight			= 0.4,
        Type			= Food,
        IsCookable		= TRUE,
        DangerousUncooked	= TRUE,
        UnhappyChange		= 25,
        MinutesToBurn		= 15,
        DisplayName		= TV Dinner,
        Icon			= TVDinner,
        MinutesToCook		= 10,
        UnhappyChange		= 20,
        Carbohydrates 		= 81,
        Proteins 		= 30,
        Lipids 			= 25,
        Calories 		= 670,
        Packaged 		= TRUE,
        GoodHot 		= true,
        BadCold 		= true,
        StaticModel 		= TVDinner,
        EatType 		= plate,
        WorldStaticModel 	= TVDinner_Ground,
    }

See also