Chipped Stone

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project ZomboidItemsMaterialsChipped Stone
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Chipped Stone
ChippedStone Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Technical
Item ID
Base.SharpedStone
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 Ingredients Tools Requirements Workstation XP
TZ PerforatedWoodenPlank.png
Notched Wooden Plank
One of:
Screwdriver.png Screwdriver ×1
KnifeChopping.png Kitchen Knife ×1
KnifeButter.png Butter Knife ×1
KnifeButter.png Bread Knife ×1
HuntingKnife.png Hunting Knife ×1
RockSharpened.png Chipped Stone ×1
KnifeFlint.png Stone Knife ×1
One of:
Plank.png Plank ×1
Logs.png Log ×1
none none none none
KnifeFlint.png
Stone Knife
One of:
Rag.png Ripped Sheets ×1
RagDirty.png Dirty Rag ×1
Twine.png Twine ×1
Each of:
Branch.png Tree Branch ×1
RockSharpened.png Chipped Stone ×1
none none none none
AxeStone.png
Stone Axe
One of:
Rag.png Ripped Sheets ×1
RagDirty.png Dirty Rag ×1
Twine.png Twine ×1
Each of:
Branch.png Tree Branch ×1
RockSharpened.png Chipped Stone ×1
none none none none
SpearStick.png
Crafted Spear
One of:
Branch.png Tree Branch ×1
Plank.png Plank ×1
One of:
KnifeChopping.png Kitchen Knife ×1
Machete.png Machete ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
none none none 1.25 Carpentry

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
closet crate 4 1

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

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

See also