Corkscrew: Difference between revisions

From PZwiki
(Created page)
 
(Update distribution file)
 
(29 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
{{Page version|41.78.16}}
| display_name = Corkscrew
{{Infobox item
| name_colour =  
|name=Corkscrew
| name_text_colour =  
|model=Corkscrew_Model.png
| image = Corkscrew.png
|model_width=200px
| image_width = 120px
|icon=Corkscrew.png
| weight = 0.1
|icon_name=Corkscrew
| function = ''None''
|category=Junk
| class_name = Base.Corkscrew
|weight=0.1
}}A '''corkscrew''' is currently a useless {{T|item}}, and often considered as ''junk''.
|function=''None''
|metal_value=5
|item_id=Base.Corkscrew
}}
A '''corkscrew''' is currently a useless {{ll|item}}, and often considered as ''junk''.


==Usage==
==Usage==
The corkscrew has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.  
The corkscrew currently has no use, being added purely for the purpose of clutter, creating more realism for the {{ll|player}} when looting.
 
It is currently the only item with the <code>Corkscrew</code> 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==
==Distribution==
Corkscrews can be found in kitchens and stores.  
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|Corkscrew|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>Corkscrew distribution
        <span class="mw-customtoggle-togglebox-Corkscrew" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Corkscrew">
    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.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | all
    | {{ll|Outfit_Waiter_Classy}}
    | 2.81%
    |-
    | all
    | {{ll|dishescabinet}}
    | 6.29%
    |-
    | bar
    | {{ll|counter}}
    | 23.28%
    |-
    | barkitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | barstorage
    | {{ll|counter}}
    | 23.28%
    |-
    | beergarden
    | {{ll|counter}}
    | 23.28%
    |-
    | kitchen
    | {{ll|counter}}
    | 10.78%
    |-
    | kitchen
    | {{ll|overhead}}
    | 10.78%
    |-
    | kitchen
    | {{ll|shelves}}
    | 10.78%
    |-
    | livingroom
    | {{ll|counter}}
    | 10.78%
    |-
    | livingroom
    | {{ll|overhead}}
    | 10.78%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Corkscrew" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Corkscrew|41.78.16-->


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=43}}
| {{CodeSnip
<pre> item Corkscrew
  | lang = java
Type = Normal,
  | line = true
DisplayName = Corkscrew,
  | start = 1389
Icon = Corkscrew,
  | source = newitems.txt
Weight = 0.1,
  | retrieved = true
MetalValue = 5,
  | version = 41.78.16
</pre>
  | code =
item Corkscrew
{
    DisplayCategory = Junk,
Type = Normal,
DisplayName =     Corkscrew,
Icon = Corkscrew,
Weight = 0.1,
MetalValue = 5,
WorldStaticModel = Corkscrew,
Tags = Corkscrew,
}
}}
}}


==See also==
==See also==
* [[Sponge]]
*[[Cork]]
* [[Toilet Paper]]
*[[White Wine]]
*[[Red Wine]]
 
{{Navbox items|junk}}

Latest revision as of 12:28, 30 April 2024

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