![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Ice Cream
Jump to navigation
Jump to search
![]() |
English • русский |
Navigation:Main Index>Project Zomboid>Items>Food>Perishable Food>Ice CreamPage Updated: Version 41.73
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 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Distribution
Ice cream is often found in freezers.
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.73 |
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, }
Retrieved | |
---|---|
Version 41.73 |
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, }
See also