Stone

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]
Stone
Stone Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.3
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
Rock.png Stone ×6
Hammer.png
Hammer (tag)
none none none

Location

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.

History

camping.Stone

Version Description
0.2.0r_RC2.5 Released on or before this version.

Help PZwiki by adding to this history.

Base.Stone

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

Gallery

Trivia

  • Stone was originally added as a part of the RobertJohnson's and Thuztor's Farming Mod, with the old icon still being shipped with the game, although unused.

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