Smore: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
(PZ Updater automated execution(task: fix infobox based on file, eid: dbb20f25))
Line 7: Line 7:
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=10
|days_fresh=100
|days_rotten=5
|days_rotten=15
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10

Revision as of 14:57, 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,
	}