Corkscrew: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 23: Line 23:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Corkscrew|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Corkscrew distribution
! Container
        <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>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Corkscrew">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="3"|all
    |+ {{ll|Containers}}
|[[dishescabinet]]
    ! Building / Room
|4
    ! Container
|2
    ! Rolls
|-
    ! Chance
|[[dishescabinet]]
    |-
|4
    | all
|2
    | {{ll|Outfit_Waiter_Classy}}
|-
    | 1
|[[dishescabinet]]
    | 4.0
|4
    |-
|2
    | all
|-
    | {{ll|dishescabinet}}
|bar
    | 4
|[[counter]]
    | 2.0
|4
    |-
|1
    | bar
|-
    | {{ll|counter}}
|kitchen
    | 4
|[[counter]]
    | 10.0
|4
    |-
|4
    | kitchen
|}
    | {{ll|counter}}
    | 4
    | 4.0
    |}
</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==

Revision as of 15:16, 24 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
Containers
Building / Room Container Rolls Chance
all Outfit_Waiter_Classy 1 4.0
all dishescabinet 4 2.0
bar counter 4 10.0
kitchen counter 4 4.0

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