Smore

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Smore
Smore Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
10 days
Days until rotten
15 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
200
CarbohydratesCarbohydrates
33
ProteinsProteins
3
FatFat
10
Technical
Item ID
Base.Smore

A Smore is a non-perishable food item.

Usage

Smores can be eaten, providing the player with some positive effects, however, these will become negative the longer it's left to perish.

Fresh Stale Rotten

Smore.png
Hunger: -10


Smore.png
Hunger: -7
Boredom: +10
Unhappiness: +10

Smore.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Though the component parts of chocolate, marshmallows, and graham crackers already exist in-game, it is not currently possible to craft smores.

Distribution

Smores do not appear to currently naturally spawn in game.

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

See also