Pine Cone: Difference between revisions

From PZwiki
(Created page with "{{languages|Pinecones}} {{header|The Game World|Items|type=Junk|version=Version 41|incver=66}}{{Infobox normal |display_name=Pinecone |name_colour= |name_text_colour= |image=p...")
 
m (Insert empty line above each {{Navbox}})
 
(26 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Pinecones}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{header|The Game World|Items|type=Junk|version=Version 41|incver=66}}{{Infobox normal
{{Page version|41.66}}
|display_name=Pinecone
{{Infobox item
|name_colour=
|name=Pine Cone
|name_text_colour=
|model=Pinecone_Model.png
|image=pinecone.png
|icon=pinecone.png
|icon_name=Pinecone
|weight=0.1
|weight=0.1
|primary_use=[[Heat source|Fuel]]
|primary_use=[[Heat source|Fuel]]
|class_name=Base.Pinecones
|item_id=Base.Pinecones
}}
}}
'''Pinecones''' are found through the foraging skill and can be used as fuel.
'''Pine cones''' are found through the foraging skill and can be used as fuel.


==Usage==
==Usage==
===Fuel===
===Fuel===
It can be used as a fuel for [[Heat source|fires]], and lasts for 15 minutes if done so.
It can be used as a fuel for [[Heat source|fires]], and lasts for 15 minutes if done so.


==Item distribution==
==Distribution==
'''Pinecones''' can be foraged from September to December.
'''Pine cones''' can be foraged from September to December.


===Foraging===
===Foraging===
They can be obtained through [[foraging]] at any skill level.
They can be obtained through [[foraging]] at any skill level.


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=42|incver=66}}
| {{CodeSnip
<nowiki> item Pinecone
  | lang = java
Weight = 0.1,
  | line = true
Type = Normal,
  | start = 625
DisplayName = Pinecone,
  | source = newitems.txt
Icon = Pinecone,
  | retrieved = true
</nowiki>
  | version = 41.78.16
  | code =
item Pinecone
    {
        DisplayCategory = Junk,
        Weight = 0.1,
        Type = Normal,
        DisplayName = Pine Cone,
        Icon = Pinecone,
        WorldStaticModel = PineCone,
    }
}}
}}


==See also==
==See also==
*[[Foraging|Foraging Guide]]
*[[Foraging]]
*[[Campfire]]
*[[Twigs]]
 
{{Navbox items|junk}}

Latest revision as of 15:35, 25 April 2024

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