Stone: Difference between revisions

From PZwiki
(adjustments to layout. Added new infobox and header)
m (minor)
 
(35 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{languages|Stone}}
{{Header|Project Zomboid|Items|Materials}}
{{header|The Game World|Items|type=Farm|version=Version 39|incver=67.5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name=Stone
{{Infobox item
|name_colour=Farm
|name=Stone
|name_text_colour=Farm
|model=Stone_Model.png
|image = Rock.png
|icon=Rock.png
|weight = 0.3
|icon_name=Stone
|primary_use=[[Crafting]]
|weight=0.3
|class_name=Base.Stone
|category=Material
}}{{about|the normal stone|a sharpened stone|[[Chipped Stone]]}}A '''stone''' is a survivalist item used in [[crafting]].
|function=[[Crafting]]
|item_id=Base.Stone
}}
{{About|the normal stone|a sharpened stone|Chipped Stone}}
A '''stone''' is a survivalist item used in [[crafting]].


==Usage==
==Usage==
Stones are only used to craft a [[Stone Hammer|stone hammer]].
Stones are used to craft [[Stone Hammer|stone hammers]] and [[cairn]]s.


==Crafting==
==Crafting==
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|3004}}
|stone_hammer
{{Crafting table footer}}
|cairn
}}


==Distribution==
==Distribution==
Stones currently do not spawn when the [[Knox Country|world]] is first generated, but can be obtained by [[foraging]] or by disassembling certain objects (e.g., concrete road blocks).
===Foraging===
===Foraging===
:''For main article, see: [[Foraging]]
{{See|Foraging}}
Stones cannot be found in the [[Knox County|world]] and can only be obtained through foraging. It can be found at level 0 in foraging, finding only 1 at a time.
Stones can be found at level 0 in foraging, finding only 1 at a time.


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox |{{CodeSnip
{{Retrieved|version=39|incver=67.5}}
  | lang = java
<pre> item Stone
  | line = true
Weight = 0.3,
  | start = 914
Type = Normal,
  | source = newitems.txt
DisplayName = Stone,
  | retrieved = true
Icon = Rock,</pre>
  | version = 41.78.16
  | code =
item Stone
    {
        DisplayCategory = Material,
        Weight = 0.3,
        Type = Normal,
        DisplayName = Stone,
        Icon = Rock,
        WorldStaticModel = Stone,
    }
}}}}


==See also==
==See also==
*[[Chipped Stone]]
*[[Chipped Stone]]


[[Category:Items]]
{{Navbox items|carpentry_materials}}

Latest revision as of 19:04, 19 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Stone
Stone Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Technical
Item ID
Base.Stone
PlushSpiffo.pngThis article is about the normal stone. For a sharpened stone, see Chipped Stone.

A stone is a survivalist item used in crafting.

Usage

Stones are used to craft stone hammers and cairns.

Crafting

Product Ingredients Tools Requirements Workstation XP
HammerStone.png
Stone Hammer
One of:
Rag.png Ripped Sheets ×1
RagDirty.png Dirty Rag ×1
Twine.png Twine ×1
Each of:
Branch.png Tree Branch ×1
Rock.png Stone ×1
none none none none
Cairn Carpentry.png
Cairn
Stone.png Stone ×6
Hammer.png
Hammer (tag)
none none none

Distribution

Stones currently do not spawn when the world is first generated, but can be obtained by foraging or by disassembling certain objects (e.g., concrete road blocks).

Foraging

See more: Foraging

Stones can be found at level 0 in foraging, finding only 1 at a time.

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 Stone
    {
        DisplayCategory = Material,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Stone,
        Icon	=	Rock,
        WorldStaticModel = Stone,
    }

See also