Ham Slice

From PZwiki
Revision as of 06:43, 26 February 2018 by N1ghtmar3 (talk | contribs)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Ham Slice   

Ham Slices are created by using a kitchen knife on a Ham, which creates 6 pieces. Ham slices take three in-game days to go stale, and six in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 15.16
Proteins = 19.5
Lipids = 13
Calories = 260

Evolved Recipes

Product Nutrition
Salad
Salad
10
Sandwich
Sandwich
10
Burger
Burger
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10

Code


    item HamSlice
        Weight			= 0.2,
        HungerChange		= -10,
        Type			= Food,
        DisplayName		= Ham Slice,
        Icon			= HamSlices,
	EvolvedRecipe 		= Sandwich:10;Burger:10;Salad:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
	FoodType    		= Meat,
        DaysTotallyRotten	= 6,
        DaysFresh		= 3,
        Carbohydrates 		= 15.16,
        Proteins 		= 19.5,
        Lipids 			= 13,
        Calories 		= 260,
    

Template:Navbox/Consumables