Noodle Soup: Difference between revisions

From PZwiki
(→‎Distribution: specified spawn)
m (Insert empty line above each {{Navbox}})
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Noodle Soup
|name=Noodle Soup
Line 21: Line 21:
|item_id=Base.NoodleSoup
|item_id=Base.NoodleSoup
}}
}}
'''Noodle soup''' is a perishable [[food]] [[Items|item]]
'''Noodle soup''' is a perishable [[food]] [[Items|item]]


Line 45: Line 44:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|NoodleSoup|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>NoodleSoup distribution
! Container
        <span class="mw-customtoggle-togglebox-NoodleSoup" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-NoodleSoup">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="4"|chinesekitchen  
    |+ {{ll|Containers}}
|[[restaurantdisplay]]
    ! Building / Room
|4  
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[restaurantdisplay]]
    |-
|4
    | chinesekitchen
|1
    | {{ll|restaurantdisplay}}
|-
    | 4
|[[restaurantdisplay]]
    | 10.0
|4  
    |-
|2
    | chinesekitchen
|-
    | {{ll|restaurantdisplay}}
|[[restaurantdisplay]]
    | 4
|4
    | 20.0
|2
    |}
|}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-NoodleSoup" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|NoodleSoup|41.78.16-->
Noodle soup can often found inside [[Containers#Displays|displays]] in Chinese restaurants.
Noodle soup can often found inside [[Containers#Displays|displays]] in Chinese restaurants.


Line 110: Line 112:
StaticModel = Bowl,
StaticModel = Bowl,
WorldStaticModel = NoodleSoup_Ground,
WorldStaticModel = NoodleSoup_Ground,
}  
}
}}
}}
}}
}}


{{Navbox food}}
==See also==
 
{{Navbox items|prepared_food}}
 


[[Category:Perishable food]]
[[Category:Perishable food]]

Latest revision as of 15:29, 25 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Noodle Soup
NoodleSoup Moddle.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
52
CarbohydratesCarbohydrates
0
ProteinsProteins
10
FatFat
14
Effect
UnhappinessMoodle Icon Unhappy.png
-20
Technical
Item ID
Base.NoodleSoup

Noodle 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

Fresh Stale Rotten

NoodleSoup.png
Hunger: -10

Unhappiness: +20

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

NoodleSoup.png
Hunger: -4
Boredom: +20

Dangerous, will cause sickness.

Distribution

The loot distributions can be found in the table(s) below.

NoodleSoup distribution Show / Hide
Containers
Building / Room Container Rolls Chance
chinesekitchen restaurantdisplay 4 10.0
chinesekitchen restaurantdisplay 4 20.0

Noodle soup can often found inside displays in Chinese restaurants.

Gallery

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

See also