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

Pine 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]
Pine Cone
PineCone Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Technical
Item ID
Base.Pinecone

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.

Location

Pine cones can be foraged from September to December.

Foraging

They can be obtained through foraging at any skill level.

History

Base.Pinecone

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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