Peanut Butter Sandwich: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: be9e8537))
m (Minor cleanups)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=Peanut Butter Sandwich
|display_name=Peanut Butter Sandwich
|name_colour=Food
|name_colour=Food
Line 22: Line 24:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.PeanutButterSandwich
|class_name=Base.PeanutButterSandwich
}}{{About|sandwiches that spawn naturally|sandwiches made by the player|Recipe Ingredients#Sandwich & Burger Ingredients}}
}}
{{About|sandwiches that spawn naturally|sandwiches made by the player|Recipe Ingredients#Sandwich & Burger Ingredients}}
'''Peanut butter sandwich''' is a [[Food#Perishable|perishable]] food [[item]].  
'''Peanut butter sandwich''' is a [[Food#Perishable|perishable]] food [[item]].  


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Peanut butter sandwich can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Peanut butter sandwich can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables
|image = Peanut Butter Sandwich.png
|image = Peanut Butter Sandwich.png
|hunger = -17
|hunger = -17
Line 47: Line 49:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:PeanutButterSandwich Model.png|Peanut butter sandwich model [[File:Peanut Butter Sandwich.png]]
PeanutButterSandwich Model.png|Peanut butter sandwich model [[File:Peanut Butter Sandwich.png]]
File:PeanutButterSandwichRotten Model.png|Rotten peanut butter sandwich model [[File:Peanut Butter Sandwich.png]]
PeanutButterSandwichRotten Model.png|Rotten peanut butter sandwich model [[File:Peanut Butter Sandwich.png]]
</gallery>
</gallery>



Revision as of 08:26, 28 August 2023

Project ZomboidItemsFoodPerishable FoodPeanut Butter Sandwich
Peanut Butter Sandwich
Peanut Butter Sandwich
Peanut Butter Sandwich
General
Category Food
Encumbrance
Heavy Load
0.4
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-17
Calories
Calories
250
Carbohydrates
Carbohydrates
14
Proteins
Proteins
7
Fat
Fat
25
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.PeanutButterSandwich
PlushSpiffo.pngThis article is about sandwiches that spawn naturally. For sandwiches made by the player, see Recipe ingredients.

Peanut butter sandwich is a perishable food item.

Usage

Consumable properties

Peanut butter sandwich 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

Peanut Butter Sandwich.png
Hunger: -17

Unhappiness: -10

Peanut Butter Sandwich.png
Hunger: -13
Boredom: +10

Peanut Butter Sandwich.png
Hunger: -7
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Distribution

Peanut butter sandwich can often found inside displays in restaurant, or in satchel.

Gallery

Code

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

	item PeanutButterSandwich
	{
		DisplayName = Peanut Butter Sandwich,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = Sandwich_peanut,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -17,
		UnhappyChange = -10,
		Calories = 250,
		Carbohydrates = 14,
		Lipids = 25,
		Proteins = 7,
		WorldStaticModel = PeanutButterSandwich,
	}

See also