Wooden Cutting Board

From PZwiki
Project ZomboidItemsMiscellaneous itemsJunkWooden Cutting Board
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wooden Cutting Board
CuttingBoard Wood Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Function
None
Technical
Item ID
Base.CuttingBoardWooden

A wooden cutting board is an item that can be found in the world.

Usage

They are currently considered junk items and have no use.

Distribution

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

CuttingBoardWooden distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bakerykitchen counter 4 3.0
barbecuestore counter 4 10.0
butcher counter 4 8.0
departmentstorage metal_shelves 4 5.0
kitchen counter 4 4.0
prisoncells wardrobe 4 0.01
sushikitchen counter 1 100.0

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 CuttingBoardWooden
	{
		DisplayCategory = Junk,
		Weight          = 0.4,
		Type            = Normal,
		DisplayName     = Wooden Cutting Board,
		Icon            = CuttingBoard_Wood,
		WorldStaticModel = CuttingBoard_Wood_Ground,
	}

See also