Smore

From PZwiki
Revision as of 14:57, 3 July 2023 by Alluseri (talk | contribs) (PZ Updater automated execution(task: fix infobox based on file, eid: dbb20f25))

Template:Infobox foodSmore is a non-perishable food item.

Usage

Smore can be eaten, providing the player with some positive effects.

Gallery

Code

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

	item Smore
	{
		DisplayName = Smore,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Smore,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
		HungerChange = -10,
		Calories = 200,
		Carbohydrates = 33,
		Lipids = 10,
		Proteins = 3,
		WorldStaticModel = Smore_Ground,
	}