Carving Fork

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Carving Fork
Spatula CarvingFork Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.CarvingFork

A carving fork is an item that can be found in the world.

Usage

While considered a cooking item in the code, a carving fork currently has no crafting use. Its primary purpose is adding item diversity and realism for the player when looting, or for decoration.

Distribution

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

CarvingFork distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bakerykitchen counter 4 8.0
barbecuestore counter 4 20.0
barbecuestore counter 4 10.0
butcher counter 4 8.0
departmentstorage metal_shelves 4 8.0
dinerbackroom counter 4 8.0
garagestorage crate 4 8.0
kitchen counter 4 4.0

Carving forks can be found in kitchen cabinets, butcher shops, and grill supplies.

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 CarvingFork
    {
        DisplayCategory = Cooking,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=   Carving Fork,
        Icon	=	CarvingFork,
        MetalValue = 20,
        WorldStaticModel = CarvingFork_Ground,
    }

See also