Ice Cream: Difference between revisions

From PZwiki
No edit summary
m (Distribution table update)
(41 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Food|Sweets}}
{{Notice|Improve}}
{{Page version|41.78.16}}
<table border=0 cellspacing=10 style="float:right; valign=top;"> <tr> <td style="background: #f7f7f7; border: 1px solid #ccc; vertical-align: top; width:180px;"> 
{{Infobox item
<div style="margin: 5px; background: #3E3E3E; padding: 5px; font-weight: bold; text-align: center; font-size: 120%; color:#ffffff;"><div style="float: right;"></div> {{PAGENAME}}</div> 
|name=Ice Cream
<div style="padding: 0em 1em;">
|model=IceCream_Model.png
<center>[[Image: Ice cream.png|120px]] <small>Hunger: -15 <br> Weight: 0.2</small></center>
|icon=Icecream.png
</div> 
|icon_name=Ice Cream
</td></tr></table>
|model2=IceCreamMelted_Model.png
|icon2=IcecreamMelted.png
|icon_name2=Melted Ice Cream
<!--GENERAL-->
|category=Food
|weight=0.2
|days_fresh=1
|days_rotten=1
<!--NUTRITION-->
|hunger_change=-30
|calories=1680
|lipids=84
|proteins=26
|carbohydrates=180
<!--EFFECT-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|item_id=Base.Icecream
|item_id2=Base.IcecreamMelted
}}
'''Ice cream''' is a perishable [[food]] [[Items|item]].


Cold, delicious Ice cream.
==Usage==
===Consumable properties===
Ice cream can be eaten, providing the player with some positive effects, however it will lose its unhappiness bonus once melted, which is [[Food#Non-Perishable|non-perishable]].


Ice cream must stay in the freezer. Otherwise, it will melt, giving the player [[Unhappy|unhappiness]] and [[Bored|boredom]]. Once melted, ice cream cannot be reverted, regardless of how long it stays in a freezer.
{{Consumables
|image = Icecream.png
|hunger = -30
|unhappiness = -10
|perishable = 1
|cookable = 0
|unrotten hunger = -30
|unrotten unhappiness = 0
|unrotten boredom = +10
|rotten hunger = -30
|rotten unhappiness = +10
|rotten boredom = +20
|rotten image = IcecreamMelted.png
}}


{| class="wikitable sortable" style="text-align:center;"
==Distribution==
|-
The loot distributions can be found in the table(s) below.
! Item
! class="unsortable" | Effects
|-
|[[File:Ice cream.png|32px]]
Ripe
| Hunger -15
|-
|[[File:Icecream Rotten.png|32px]]
Rotten
| Hunger -?? Unhappiness -??
|-}}


<!--
<!--BOT FLAG|Icecream|41.78.16-->
== Crafting ==
{{clear}}
<div class="togglebox theme-red">
    <div>Icecream distribution
        <span class="mw-customtoggle-togglebox-Icecream" 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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Icecream">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|freezer}}
    | 4
    | 50.0
    |-
    | all
    | {{ll|freezer}}
    | 4
    | 10.0
    |-
    | all
    | {{ll|freezer}}
    | 4
    | 20.0
    |-
    | kitchen
    | {{ll|freezer}}
    | 4
    | 10.0
    |-
    | theatrekitchen
    | {{ll|freezer}}
    | 4
    | 20.0
    |-
    | theatrekitchen
    | {{ll|freezer}}
    | 4
    | 10.0
    |-
    | theatrekitchen
    | {{ll|freezer}}
    | 4
    | 50.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Icecream" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Icecream|41.78.16-->
Ice cream is often found in [[Containers#Refrigerators|freezers]].


ITEM NAME can be used in the following recipes:
==Code==
{{CodeBox|[[File:Icecream.png]] {{ID|Base.Icecream}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 3761
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Icecream
{
DisplayName = Ice Cream,
DisplayCategory = Food,
Type = Food,
Weight = 0.2,
Icon = Icecream,
Packaged = TRUE,
ReplaceOnRotten = IcecreamMelted,
DaysFresh = 1,
DaysTotallyRotten = 1,
HungerChange = -30,
UnhappyChange = -10,
Calories = 1680,
Carbohydrates = 180,
Lipids = 84,
Proteins = 26,
WorldStaticModel = IceCream,
Tags = GoodFrozen,
}
}}


{| class="wikitable" width="550" style="text-align:center;"
[[File:IcecreamMelted.png]] {{ID|Base.IcecreamMelted}}<br>
|-
{{CodeSnip
! Ingredients || Other Items || Output || Description
  | lang = java
|-
  | line = true
| Ingredient + Ingredient || Oven/None || What the recipe makes || Brief description of what it makes.
  | start = 3782
|}
  | source = items_food.txt
-->
  | retrieved = true
  | version = 41.78.16
  | code =
item IcecreamMelted
{
DisplayName = Melted Ice Cream,
DisplayCategory = Food,
Type = Food,
Weight = 0.2,
Icon = IcecreamMelted,
Packaged = TRUE,
HungerChange = -30,
Calories = 1680,
Carbohydrates = 180,
Lipids = 84,
Proteins = 26,
WorldStaticModel = IcecreamMelted,
DaysFresh = 2,
DaysTotallyRotten = 2,
}
}}
}}


{{Navbox/Consumables}}
==See also==
*[[Cone]]
*[[Ice Cream Cone]]
*[[Milk]]
*[[Yoghurt]]


[[Category:Consumables]]
{{Navbox items|miscellaneous_food}}
[[Category:Food]]
 
[[Category:Perishable Food]]
 
[[Category:Perishable food]]

Revision as of 15:46, 24 April 2024

Project ZomboidItemsFoodSweetsIce Cream
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Ice Cream
IceCream Model.png
IceCreamMelted Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
1 days
Days until rotten
1 days
Nutrition
HungerMoodle Icon Hungry.png
-30
CaloriesCalories
1680
CarbohydratesCarbohydrates
180
ProteinsProteins
26
FatFat
84
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.Icecream
Base.IcecreamMelted

Ice cream is a perishable food item.

Usage

Consumable properties

Ice cream can be eaten, providing the player with some positive effects, however it will lose its unhappiness bonus once melted, which is non-perishable.

Ice cream must stay in the freezer. Otherwise, it will melt, giving the player unhappiness and boredom. Once melted, ice cream cannot be reverted, regardless of how long it stays in a freezer.

Fresh Stale Rotten

Icecream.png
Hunger: -30

Unhappiness: -10

Icecream.png
Hunger: -30
Boredom: +10

IcecreamMelted.png
Hunger: -30
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Distribution

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

Icecream distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all freezer 4 50.0
all freezer 4 10.0
all freezer 4 20.0
kitchen freezer 4 10.0
theatrekitchen freezer 4 20.0
theatrekitchen freezer 4 10.0
theatrekitchen freezer 4 50.0

Ice cream is often found in freezers.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Icecream.png Base.Icecream
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Icecream
	{
		DisplayName = Ice Cream,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Icecream,
		Packaged = TRUE,
		ReplaceOnRotten = IcecreamMelted,
		DaysFresh = 1,
		DaysTotallyRotten = 1,
		HungerChange = -30,
		UnhappyChange = -10,
		Calories = 1680,
		Carbohydrates = 180,
		Lipids = 84,
		Proteins = 26,
		WorldStaticModel = IceCream,
		Tags = GoodFrozen,
	}

IcecreamMelted.png Base.IcecreamMelted
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item IcecreamMelted
	{
		DisplayName = Melted Ice Cream,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = IcecreamMelted,
		Packaged = TRUE,
		HungerChange = -30,
		Calories = 1680,
		Carbohydrates = 180,
		Lipids = 84,
		Proteins = 26,
		WorldStaticModel = IcecreamMelted,
		DaysFresh = 2,
		DaysTotallyRotten = 2,
	}

See also