Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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.
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
HungerUI Hunger.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.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Smore (Fresh) -10 - - -
Stale Smore (Stale) -8 +10 +10 -
Rotten Smore (Rotten) -4 +20 +20 100%

Crafting

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

Location

Smores do not appear to currently naturally spawn in game.

History

Base.Smore

Version Description
Build 41.69 DisplayCategory added with value Food.
Build 41.68 WorldStaticModel added with value Smore_Ground.
Build 41.65 Released on this version.

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