Tumbler

From PZwiki
(Redirected from Tumbler)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Tumbler
Tumbler model.png
General
Category
Empty: Water container
Full: Water
Encumbrance
Moodle Icon HeavyLoad.png
Empty: 0.1
Full: 0.3
Function
Water storage
Properties
Contents
Water
Capacity
2 units

A tumbler is a tall glass that can be found in the world.

Usage

Water storage

A tumbler can be filled with water from a water source, producing a tumbler of water.

It may also be left outside like other portable Water containers.

Crafting

Cooking

Main article: Cooking
Product Ingredients Tools Requirements Workstation XP
GlassTumbler.png
Tumbler beverage
GlassTumbler.png Tumbler ×1
Soup Ingredients.png Tumbler beverage ingredients ×(1-2)
none none none 0.75 Cooking

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 GlassTumbler
    {
	    DisplayCategory 	= WaterContainer,,
        Type				= Normal,
        DisplayName			= Tumbler,
        Icon				= GlassTumbler,
        Weight				= 0.1,
        WorldStaticModel	= GlassTumbler_Ground,
        CanStoreWater 		= TRUE,
		ReplaceOnUseOn		= WaterSource-GlassTumblerWater,
		ReplaceTypes		= WaterSource GlassTumblerWater,
		RainFactor 			= 0.2,
		Tooltip 			= Tooltip_item_RainFromGround,
		Tags = CoffeeMaker,
    }

See also