Dehydrated Meat Stick

From PZwiki
Revision as of 02:29, 31 October 2022 by Kienlabadao (talk | contribs)
Project ZomboidItemsFoodNon-Perishable FoodDehydrated Meat Stick

Template:Infobox foodDehydrated meat stick is a non-perishable food item.

Usage

Dehydrated meat stick can be eaten, providing the player with some positive effects. As it is non-perishable, dehydrated meat stick will never go stale or rotten.

Distribution

Dehydrated meat stick can be found in kitchen counters and shop counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item DehydratedMeatStick
	{
		DisplayName = Dehydrated Meat Stick,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = DehydratedMeatStick,
		HungerChange = -10,
		Calories = 100,
		Carbohydrates = 5.3,
		Lipids = 5.1,
		Proteins = 21.63,
		WorldStaticModel = DehydratedMeatStick_Ground,
	}