Smore: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: dbb20f25))
(PZ Updater automated execution(task: fix infobox based on file(attempt partial repatch #1), eid: f32e539d))
Line 7: Line 7:
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=100
|days_fresh=10
|days_rotten=15
|days_rotten=15
<!--NUTRITION-->
<!--NUTRITION-->

Revision as of 15:14, 3 July 2023

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