Chipped Stone: Difference between revisions

From PZwiki
m (item code update to 41.65)
Line 12: Line 12:


==Usage==
==Usage==
Chipped stones are only used to craft a [[Stone Axe|stone axe]], [[Wooden Spear|wooden spear]] and [[Notched Wooden Plank|notched wooden plank]].
Chipped stones are only used to craft a [[Stone Axe|stone axe]], [[Stone Knife|stone knife]], [[Wooden Spear|wooden spear]] and [[Notched Wooden Plank|notched wooden plank]].


==Crafting==
==Crafting==

Revision as of 21:44, 31 May 2022

The Game WorldItemsChipped Stone
Chipped Stone
Chipped Stone
General
Category Item
Encumbrance
Heavy Load
0.3
Function Crafting
Technical details
Base 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 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 cannot be found in the world and can only be obtained through foraging. It can be found at level 0 in foraging, finding only 1 at a time.

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

Template:Navbox/Tools