Chipped Stone

From PZwiki
Revision as of 14:16, 9 April 2023 by Faalagorn (talk | contribs) (Change navbox, minor fixes)
The Game WorldItemsChipped Stone

Template:Infobox normal

PlushSpiffo.pngThis article is about the sharpened stone. For a normal stone, see Stone.

A chipped stone is a survivalist item used in crafting.

Usage

Chipped stones are only used to craft a stone axe, stone knife, wooden spear and notched wooden plank.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
TZ PerforatedWoodenPlank.png
Notched Wooden Plank
0 XP none
(keep)
One of:
Plank.png Plank
Logs.png Log

(consumed)
KnifeFlint.png
Stone Knife
0 XP none Branch.png
Tree Branch
(consumed)
RockSharpened.png
Chipped Stone
(consumed)

(consumed)
AxeStone.png
Stone Axe
0 XP none Branch.png
Tree Branch
(consumed)
RockSharpened.png
Chipped Stone
(consumed)

(consumed)
SpearStick.png
Crafted Spear
1.25 Carpentry Starting condition scales with player's carpentry.
(consumed)

(keep)

Distribution

Foraging

For main article, see: Foraging

Chipped stones can be obtained through foraging. It can be found at level 0 in foraging, finding only 1 at a time.

On rarer occasions, the player may find chipped stones in cardboard boxes located inside garages.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.65

	item SharpedStone
    {
        DisplayCategory  =      Material,
        Weight	         =	0.3,
        Type	         =	Normal,
        DisplayName	 =	Chipped Stone,
        Icon	         =	RockSharpened,
        WorldStaticModel =      ChippedStone,
    }

See also