Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Cone

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Cone
Cone Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerUI Hunger.png
-5
CaloriesCalories
15
CarbohydratesCarbohydrates
10
ProteinsProteins
2
FatFat
5
Technical
Item ID
Base.Cone

A cone is a non-perishable food item used in cooking.

Crafting

What it makes

LightBulbBlue.png
Recipes are still based on build 41, and are planned to be revamped to build 42 at a later date, depending on the game's crafting system improvement.
Product Ingredients Tools Requirements Workstation XP
ConeIcecream.png
Ice Cream Cone
Icecream.png Ice Cream ×10 unit(s)
Cone.png Cone ×1
Spoon.png
Spoon
none none 0.75 Cooking

Location

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

Cone distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
icecreamkitchen cardboardbox 76.71%
icecreamkitchen cardboardbox 41.46%
icecreamkitchen cardboardbox 23.67%
icecreamkitchen crate 76.71%
icecreamkitchen crate 41.46%
icecreamkitchen crate 23.67%
icecreamkitchen displaycasebakery 76.71%
icecreamkitchen displaycasebakery 41.46%
icecreamkitchen displaycasebakery 23.67%
icecreamkitchen metal_shelves 76.71%
icecreamkitchen metal_shelves 41.46%
icecreamkitchen metal_shelves 23.67%
icecreamkitchen smallbox 76.71%
icecreamkitchen smallbox 41.46%
icecreamkitchen smallbox 23.67%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - ForagingNav: 1
TownZone: 1
TrailerPark: 1
- - - - - - -

History

Base.Cone

Version Description
Build 42.0.0 StaticModel added with value Cone_Ground.
Build 41.66 WorldStaticModel added with value Cone_Ground.
Build 41.65 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_food_dry.txt

Retrieved: Build 42.0.2
item Cone
	{
		DisplayName = Cone,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Cone,
		HungerChange = -5,
		Calories = 15,
		Carbohydrates = 10,
		Lipids = 5,
		Proteins = 2,
		StaticModel = Cone_Ground,
		WorldStaticModel = Cone_Ground,
	}

See also