Wire: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{languages|Wire}}
{{languages|Wire}}
[[Wire]] is a crafting component found in toolsheds, garages, and warehouses. It is used to craft the [[Cage Trap]] and [[Fishing Net Trap]].
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Notice|Improve}}{{Infobox drainable
|display_name = Wire
|name_colour = Construction
|name_text_colour = Construction
|image = Wire.png
|weight = 1
|primary_use = Crafting [[trap]]s
|max_units=5
|contents=Wire
|class_name = Base.Wire
}}'''Wire''' is an item used in [[crafting]].
 
==Usage==
It is used to craft the [[Cage Trap|cage trap]] and [[Fishing Net Trap|fishing net trap]].


== Crafting ==  
== Crafting ==  
{{Crafting table header}}
{{RecipeLookup|6004}}
{{RecipeLookup|6009}}
{{RecipeLookup|4025}}
{{Crafting table footer}}


{| class="wikitable sortable" style="text-align:center;"
==Distribution==
|-
Found in toolsheds, garages, and warehouses.


! Output
== Code ==
! class="unsortable" | Ingredients
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
! class="unsortable" | Description
{{Retrieved|version=39|incver=67.5}}
! Crafting Level
<pre> item Wire
{{RecipeLookup|6004}}
Weight = 0.2,
|}
Type = Drainable,
DisplayName = Wire,
Icon = Wire,
UseWhileEquipped = FALSE,
UseDelta = 0.2,
MetalValue = 20,
cantBeConsolided = TRUE,</pre>


==See also==
*[[Fishing|Fishing Guide]]
*[[Trapping|Trapping Guide]]


[[Category:Tools]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 05:40, 23 July 2018

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
Wire
Wire
General
Category Item
Encumbrance
Heavy Load
1
Function Crafting traps
Capacity 5 units
Contents Wire
Technical details
item ID Base.Wire

Wire is an item used in crafting.

Usage

It is used to craft the cage trap and fishing net trap.

Crafting

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

Distribution

Found in toolsheds, garages, and warehouses.

Code

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

	item Wire
		Weight			= 0.2,
		Type			= Drainable,
		DisplayName		= Wire,
		Icon			= Wire,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.2,
		MetalValue		= 20,
		cantBeConsolided	= TRUE,

See also