Corkscrew

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

A corkscrew is currently a useless item, and often considered as junk.

Usage

The corkscrew currently has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

It is currently the only item with the Corkscrew tag though, so it may be suspected it may be used to open White Wine and/or Red Wine, potentially related with Cork item as well.

Distribution

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

Containers
Building/Room Container Rolls Chance
all dishescabinet 4 2
dishescabinet 4 2
dishescabinet 4 2
bar counter 4 1
kitchen counter 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 Corkscrew
	{
	    DisplayCategory = Junk,
		Type				=			Normal,
		DisplayName			=		    Corkscrew,
		Icon				=			Corkscrew,
		Weight				=			0.1,
		MetalValue = 5,
		WorldStaticModel = Corkscrew,
		Tags = Corkscrew,
	}

See also