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.

CuttingBoardPlastic distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bakerykitchen counter 4 3.0
burgerkitchen counter 1 100.0
butcher counter 4 8.0
cafeteriakitchen counter 1 100.0
chinesekitchen counter 1 100.0
deepfry_kitchen counter 1 100.0
departmentstorage metal_shelves 4 5.0
italiankitchen counter 1 100.0
kitchen counter 4 4.0
mexicankitchen counter 1 100.0
pizzakitchen counter 1 100.0
prisoncells wardrobe 4 0.01
seafoodkitchen counter 1 100.0
westernkitchen 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 CuttingBoardPlastic
	{
		DisplayCategory = Junk,
		Weight          = 0.3,
		Type            = Normal,
		DisplayName     = Plastic Cutting Board,
		Icon            = CuttingBoard_Plastic,
		WorldStaticModel = CuttingBoard_Plastic_Ground,
	}

See also