Plastic Pipe

From PZwiki
Project ZomboidItemsMaterialsPlastic Pipe
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Plastic Pipe
PlasticPipe Model.png
General
Category
Materials
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Technical
Item ID
Base.Pipe

A Plastic Pipe is an item that can be found in the world.

Usage

It is currently has no use. Since it is listed as “material” and not “junk” in the code, it is possible this item will have a crafting use in the future.

Location

Currently, the plastic pipe can only be found through foraging, along with other “junk”-like items. However, it is one of the few junk items that can be currently found exclusively through foraging.

History

Base.Pipe

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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 Pipe
    {
        DisplayCategory = Material,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Plastic Pipe,
        Icon	=	Pipe,
        WorldStaticModel = PlasticPipe,
    }

See also