Pine Cone

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.66).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Pine Cone
Pinecone Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Technical
Item ID
Base.Pinecones

Pine cones are found through the foraging skill and can be used as fuel.

Usage

Fuel

It can be used as a fuel for fires, and lasts for 15 minutes if done so.

Distribution

Pine cones can be foraged from September to December.

Foraging

They can be obtained through foraging at any skill level.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Pinecone
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Pine Cone,
        Icon	=	Pinecone,
        WorldStaticModel = PineCone,
    }

See also