Noodle Soup: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
(PZ Updater automated execution(task: fix infobox based on file, eid: 94afa3e6))
Line 8: Line 8:
|weight=1.0
|weight=1.0
|days_fresh=1
|days_fresh=1
|days_rotten=2
|days_rotten=3
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10

Revision as of 14:58, 3 July 2023

Template:Infobox foodNoodle soup is a perishable food item

Usage

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

Consumable properties

Template:Consumables2

Distribution

Noodle soup can often found inside displays in restaurant.

Gallery

Code

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

    item NoodleSoup
	{
		DisplayName = Noodle Soup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = NoodleSoup,
		EatType = 2hand,
		GoodHot = true,
		ReplaceOnUse = Bowl,
		DaysFresh = 1,
		DaysTotallyRotten = 3,
		HungerChange = -10,
		UnhappyChange = -20,
		Calories = 52,
		Carbohydrates = 0,
		Lipids = 14,
		Proteins = 10,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = Bowl,
		WorldStaticModel = NoodleSoup_Ground,
	}