Dehydrated Meat Stick: Difference between revisions

From PZwiki
(gas stations spawn dehydrated meat sticks)
mNo edit summary
Line 1: Line 1:
{{languages|Dehydrated Meat Stick}}
{{languages|Dehydrated Meat Stick}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=77}}{{Infobox food
|display_name=Dehydrated Meat Stick
|display_name=Dehydrated Meat Stick
|name_colour=Food
|name_colour=Food
Line 19: Line 19:


==Usage==
==Usage==
Dehydrated meat stick can be eaten, providing the player with some positive effects. As it is non-perishable, peanut butter will never go stale or rotten.  
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==
==Distribution==

Revision as of 02:29, 31 October 2022

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,
	}