Water Dish

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]
Water Dish
WaterDish Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.WaterDish

A water dish is an item that can be found in the world.

Usage

They are currently considered junk items and have no use. Their primary purpose is adding item diversity and realism for the player when looting, or for decoration.

Despite being a bowl, it cannot be filled with water or food by the player. It is considered “metal” in the code of the game, and will therefore cause a fire if placed in a microwave.

Distribution

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

Containers
Building/Room Container Rolls Chance
bedroom crate 1 0.4
closet crate 4 4
kitchen counter 4 1

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 WaterDish
	{
	    DisplayCategory = Junk,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Water Dish,
		Icon	=	WaterDish,
        MetalValue = 20,
		WorldStaticModel = WaterDish,
}

See also