Dehydrated Meat Stick

From PZwiki
Project ZomboidItemsFoodProteinDehydrated Meat Stick
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Dehydrated Meat Stick
DehydratedMeatStick Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
100
CarbohydratesCarbohydrates
5.3
ProteinsProteins
21.63
FatFat
5.1
Technical
Item ID
Base.DehydratedMeatStick

Dehydrated 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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
artstore shelves 4 1
bandkitchen counter 4 1
butcher shelves 4 1
shelves 4 1
shelves 4 2
shelves 4 2
gasstorage crate 4 1

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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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,
	}

See also