Stone: Difference between revisions

From PZwiki
Tag: Manual revert
m (→‎top: category project: "The Game World")
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|The Game World|Items|type=Farm|version=Version 41|incver=78.16}}
{{Header|Project Zomboid|Items|type=Farm|version=Version 41|incver=78.16}}
{{Infobox item
{{Infobox item
|display_name=Stone
|display_name=Stone

Revision as of 11:05, 9 January 2024

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 only used to craft a stone hammer.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
HammerStone.png
Stone Hammer
0 XP none Branch.png
Tree Branch
(consumed)
Rock.png
Stone
(consumed)

(consumed)

Distribution

Stones do not spawn naturally in the world, but they can be found when disassembling certain objects such as the Concrete Road Block.

Foraging

For main article, see: 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 (25 September 2023)
item Stone
    {
        DisplayCategory = Material,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Stone,
        Icon	=	Rock,
        WorldStaticModel = Stone,
    }

See also