Metal Pipe: Difference between revisions

From PZwiki
m (Vaileasys moved page Metal Pipe to Metal Pipe: item renamed)
(merged with Pipe)
Line 1: Line 1:
{{languages|Metal Tube}}
{{languages|Metal Pipe}}
{{header|The Game World|Items|type=Construction|version=Version 40|incver=5}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 40|incver=36}}{{Infobox normal
|display_name=Metal Tube
|display_name=Metal Pipe
|name_colour=Construction
|name_colour=Construction
|name_text_colour=Construction
|name_text_colour=Construction
Line 8: Line 8:
|primary_use=[[Metalworking]] material
|primary_use=[[Metalworking]] material
|class_name=Base.MetalPipe
|class_name=Base.MetalPipe
}}{{About|the pipe used in Metalworking|the pipe used to make a Pipe Bomb|[[Pipe]]}}
}}A '''metal pipe''' is a material required in various [[metalworking]] recipes.
A '''metal tube''' is a material required in various [[metalworking]] recipes.


==Usage==
==Usage==
Metal tubes are required in nearly all metalworking construction recipes.  
Metal pipes are required in nearly all metalworking construction recipes.  


==Crafting==
==Crafting==
*Metal Shelves
===Engineering===
*Metal Crate
{{Crafting table header}}
*Metal Counter
{{RecipeLookup|7025}}
*Metal Corner Counter
{{Crafting table footer}}
*Small Locker
 
*Big Locker
===Metalworking===
*Fence
*[[Metal Shelves]]
*Pole Fence
*[[Metal Crate]]
*Wired Fence
*[[Metal Counter]]
*Big Wired Fence
*[[Metal Corner Counter]]
*Big Pole Fence
*[[Small Locker]]
*Fence Gate
*[[Big Locker]]
*Big Pole Fence Gate
*[[Fence]]
*Big Double Pole Gate
*[[Pole Fence]]
*Double Fence Gate
*[[Wired Fence]]
*[[Big Wired Fence]]
*[[Big Pole Fence]]
*[[Fence Gate]]
*[[Big Pole Fence Gate]]
*[[Big Double Pole Gate]]
*[[Double Fence Gate]]


==Distribution==
==Distribution==
===Buildings===
===Buildings===
Scrap metal can be found in garages, sheds, storage units, tool stores and logging factory.
Metal pipes can be found in garages, sheds, storage units, tool stores, logging factory and the [[Containers#Counters|counters]] in an electrician's house.


===Vehicles===
===Vehicles===
Scrap metal can be found in the [[trunk]] of metalworker, or construction worker's vehicles.
Metal pipes can be found in the [[trunk]] of metalworker's, electrician's, or construction worker's vehicles.


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=40|incver=36}}
<pre> item MetalPipe
<pre> item MetalPipe
Weight = 1,
Weight = 1,
Type = Normal,
Type = Normal,
DisplayName = Metal Tube,
DisplayName = Metal Pipe,
Icon = MetalTube,
Icon = MetalTube,
MetalValue = 30,</pre>
MetalValue = 30,</pre>
Line 52: Line 57:
*[[Welding Mask]]
*[[Welding Mask]]
*[[Metal Bar]]
*[[Metal Bar]]
*[[Scrap Metal]]

Revision as of 04:37, 26 November 2018

The Game WorldItemsMetal Pipe
Metal Pipe
Metal Pipe
General
Category Item
Encumbrance
Heavy Load
1.0
Function Metalworking material
Technical details
Base ID Base.MetalPipe

A metal pipe is a material required in various metalworking recipes.

Usage

Metal pipes are required in nearly all metalworking construction recipes.

Crafting

Engineering

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Metalworking

Distribution

Buildings

Metal pipes can be found in garages, sheds, storage units, tool stores, logging factory and the counters in an electrician's house.

Vehicles

Metal pipes can be found in the trunk of metalworker's, electrician's, or construction worker's vehicles.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.36

	item MetalPipe
		Weight		= 1,
		Type		= Normal,
		DisplayName	= Metal Pipe,
		Icon		= MetalTube,
		MetalValue 	= 30,

See also