Wine Glass

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]
Wine Glass
GlassWine 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
Technical
Item ID
Base.GlassWine
Can be used to collect rainwater when placed on the ground outside
— In-game tooltip

A wine glass is a type of glass that can be found in the world.

Usage

Water storage

A wine glass can be filled with water from a water source and turns into a wine glass of water. It may also be left outside like other portable Water containers.

Crafting

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Distribution

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

Containers
Building/Room Container Rolls Chance
all dishescabinet 4 1
dishescabinet 4 2
dishescabinet 4 1
dishescabinet 4 2
dishescabinet 4 1
dishescabinet 4 2
bakerykitchen counter 4 4
bar counter 4 1
counter 4 2
departmentstorage metal_shelves 4 6
garagestorage crate 4 4

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 GlassWine
    {
	    DisplayCategory 	= WaterContainer,
        Type				= Normal,
        DisplayName			= Wine Glass,
        Icon				= GlassWine,
        Weight				= 0.1,
        WorldStaticModel 	= GlassWine_Ground,
        CanStoreWater		= TRUE,
		ReplaceOnUseOn		= WaterSource-GlassWineWater,
		ReplaceTypes		= WaterSource GlassWineWater,
		RainFactor 			= 0.2,
		Tooltip 			= Tooltip_item_RainFromGround,
		Tags = CoffeeMaker,
    }

See also