Chipped Stone: Difference between revisions

From PZwiki
m ({{Navbox items|equipment}})
m (Distribution table update)
(One intermediate revision by the same user not shown)
Line 11: Line 11:
|item_id=Base.SharpedStone
|item_id=Base.SharpedStone
}}
}}
{{About|the sharpened stone|a normal stone|Stone}}
{{About|the sharpened stone|a normal stone|Stone}}
A '''chipped stone''' is a survivalist item used in [[crafting]].
A '''chipped stone''' is a survivalist item used in [[crafting]].
Line 29: Line 28:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|SharpedStone|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>SharpedStone distribution
! Container
        <span class="mw-customtoggle-togglebox-SharpedStone" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-SharpedStone">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|closet
    |+ {{ll|Containers}}
|[[crate]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|}
    ! Chance
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    {| class="wikitable theme-red" style="width:98%;"
    |+ {{ll|Foraging}}
    ! rowspan="2" | Amount
    ! rowspan="2" | Skill level
    ! rowspan="2" | Biomes
    ! colspan="4" style="text-align:center;" | Weather modifiers
    ! colspan="3" style="text-align:center;" | Month modifiers
    |-
    ! Snow
    ! Rain
    ! Day
    ! Night
    ! Months available
    ! Bonus months
    ! Malus months
    |-
    | ---
    | -
    | Forest  5<br> DeepForest  5<br> Vegitation  5<br> FarmLand  5<br> Farm  5<br> TrailerPark  5<br> TownZone  5<br> Nav  5
    | -50
    | -
    | -
    | -
    | -
    | -
    | -
    |}
    </div></div><div class="toggle large mw-customtoggle-togglebox-SharpedStone" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|SharpedStone|41.78.16-->


===Foraging===
===Foraging===
Line 66: Line 102:
         Icon = RockSharpened,
         Icon = RockSharpened,
         WorldStaticModel = ChippedStone,
         WorldStaticModel = ChippedStone,
     }  
     }
}}}}
}}}}



Revision as of 15:11, 24 April 2024

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.

SharpedStone distribution Show / Hide
Containers
Building / Room Container Rolls Chance
closet crate 4 10.0
Foraging
Amount Skill level Biomes Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
--- - Forest 5
DeepForest 5
Vegitation 5
FarmLand 5
Farm 5
TrailerPark 5
TownZone 5
Nav 5
-50 - - - - - -

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