Propane Tank: Difference between revisions

From PZwiki
m (Remove lines))
m (Distribution table update)
Line 24: Line 24:
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|PropaneTank|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>PropaneTank distribution
! Container
        <span class="mw-customtoggle-togglebox-PropaneTank" 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-PropaneTank">
! 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%;"
|bedroom
    |+ {{ll|Containers}}
|[[crate]]
    ! Building / Room
|1
    ! Container
|0.5
    ! Rolls
|-
    ! Chance
|closet
    |-
|[[crate]]
    | all
|4
    | {{ll|crate}}
|0.5
    | 1
|-
    | 0.05
|druglab
    |-
|[[counter]]
    | bedroom
|4
    | {{ll|crate}}
|0.5
    | 1
|-
    | 0.5
|factory
    |-
|[[crate]]
    | closet
|4
    | {{ll|crate}}
|0.5
    | 4
|-
    | 0.5
|rowspan="6"|garagestorage
    |-
|[[counter]]
    | druglab
|4
    | {{ll|counter}}
|0.5
    | 4
|-
    | 0.5
|[[crate]]
    |-
|4
    | factory
|1
    | {{ll|crate}}
|-
    | 4
|[[crate]]
    | 0.5
|4
    |-
|1
    | garagestorage
|-
    | {{ll|counter}}
|[[crate]]
    | 1
|4
    | 10.0
|2
    |-
|-
    | garagestorage
|[[crate]]
    | {{ll|counter}}
|4
    | 4
|2
    | 0.5
|-
    |-
|[[crate]]
    | garagestorage
|4
    | {{ll|crate}}
|5
    | 4
|-
    | 20.0
|metalshipping
    |-
|[[metal_shelves]]
    | garagestorage
|4
    | {{ll|crate}}
|4
    | 4
|-
    | 10.0
|toolstorestorage
    |-
|[[metal_shelves]]
    | garagestorage
|4
    | {{ll|crate}}
|0.5
    | 4
|}
    | 50.0
    |-
    | metalshipping
    | {{ll|metal_shelves}}
    | 4
    | 4.0
    |-
    | toolstorestorage
    | {{ll|metal_shelves}}
    | 4
    | 0.5
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | MassGenFacTruckBed
    | 1
    | 50
    |-
    | MassGenFacTruckBed
    | 4
    | 10
    |-
    | MetalWelderTruckBed
    | 1
    | 20
    |-
    | MetalWelderTruckBed
    | 4
    | 10
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-PropaneTank" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|PropaneTank|41.78.16-->


===Buildings===
===Buildings===

Revision as of 16:24, 24 April 2024

Project ZomboidItemsMaterialsPropane Tank
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Propane Tank
PropaneTank Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
10
Function
Properties
Contents
Propane gas
Capacity
16 units
Technical
Item ID
Base.PropaneTank

A propane tank is a drainable item that can be used up to 16 times.

Usage

Fuel

Propane tanks are used as a fuel in propane barbecues and refill a propane torch. Starting with 41.78, one full tank can refill an empty (or partially filled) propane torch 16 times.

Distribution

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

PropaneTank distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all crate 1 0.05
bedroom crate 1 0.5
closet crate 4 0.5
druglab counter 4 0.5
factory crate 4 0.5
garagestorage counter 1 10.0
garagestorage counter 4 0.5
garagestorage crate 4 20.0
garagestorage crate 4 10.0
garagestorage crate 4 50.0
metalshipping metal_shelves 4 4.0
toolstorestorage metal_shelves 4 0.5
Vehicles
Vehicle Type/Location Rolls Chance
MassGenFacTruckBed 1 50
MassGenFacTruckBed 4 10
MetalWelderTruckBed 1 20
MetalWelderTruckBed 4 10

Buildings

There is a small chance to find propane tanks in industrial warehouses, sheds, garages, tool stores, storage units, and crates.

Vehicles

They can be found in the trunk of a metal welder's vehicle.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item PropaneTank
	{
	    DisplayCategory = Material,
		Weight	=	10.0,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.0625,
		DisplayName	=	Propane Tank,
		Icon	=	PropaneTank,
		UseWorldItem = TRUE,
		ScaleWorldIcon = 2.0,
		WeightEmpty = 5.0,
		WorldStaticModel = PropaneTank,
		cantBeConsolided = TRUE,
	}

See also