Plastic Cutting Board

From PZwiki
Project ZomboidItemsMiscellaneous itemsJunkPlastic 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]
Plastic Cutting Board
CuttingBoard Plastic Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
None
Technical
Item ID
Base.CuttingBoardPlastic

A plastic 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.

Containers
Building/Room Container Rolls Chance
all bin 1 1
bakerykitchen counter 4 4
counter 4 3
butcher counter 4 8
departmentstorage metal_shelves 4 5
prisoncells wardrobe 4 0.01

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 CuttingBoardPlastic
	{
		DisplayCategory = Junk,
		Weight          = 0.3,
		Type            = Normal,
		DisplayName     = Plastic Cutting Board,
		Icon            = CuttingBoard_Plastic,
		WorldStaticModel = CuttingBoard_Plastic_Ground,
	}

See also