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.

Corkscrew distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all Outfit_Waiter_Classy 2.81%
all dishescabinet 6.29%
bar counter 23.28%
barkitchen counter 23.28%
barstorage counter 23.28%
beergarden counter 23.28%
kitchen counter 10.78%
kitchen overhead 10.78%
kitchen shelves 10.78%
livingroom counter 10.78%
livingroom overhead 10.78%

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