Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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
Properties
metal quantity
5
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.

Location

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

Corkscrew distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all dishescabinet 6.74%
all Waiter_ Classy (male outfit)
Waiter_ Classy (female outfit)
2.93%
bar counter 23.67%
barkitchen counter 23.67%
barstorage counter 23.67%
beergarden counter 23.67%
kitchen counter 11.21%
kitchen overhead 11.21%
kitchen shelves 11.21%
livingroom counter 11.21%
livingroom overhead 11.21%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - DeepForest: 30
Farm: 30
FarmLand: 30
Forest: 30
Nav: 30
TownZone: 30
TrailerPark: 30
Vegitation: 30
- - - - - - -

History

Base.Corkscrew

Version Description
Build 41.69 Item tag added with value Corkscrew.
Build 41.65 DisplayCategory added with value Junk.
Build 41.51 WorldStaticModel added with value Corkscrew.
Build 35.25b MetalValue added with value 5.
Build 26 Released on this version.

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