Barbed Wire: Difference between revisions

From PZwiki
m (item code update to 41.65)
(PZ Updater automated execution(task: deploy ReLookup, eid: 7d68e86d8e482b5263b088dc0ba3ce68))
Line 17: Line 17:
== Crafting ==
== Crafting ==
Barbed Wire can be used in the following recipes:
Barbed Wire can be used in the following recipes:
{{Crafting table header}}
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1028 -->
{{RecipeLookup|1028}}
{{Crafting/core|ing=2
{{Crafting table footer}}
| product_image = [[File:Barbed fence.png]] | product_name = [[Barbed_fence|Barbed Fence]] |q6=x1 | product_quantity =
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = [[Carpentry]] 5
| req =
| f1 = [[File:Hammer.png|link=Hammer|Hammer]] | i1 = [[Hammer]] | q1 = x1
| f2 = [[File:Barbed wire.png]] | i2 = [[Barbed_wire|Barbed Wire]] | q2 = (1 unit) | tag2 = (Consumed)
}}
|}
 


==Distribution==
==Distribution==

Revision as of 04:23, 26 March 2022

The Game WorldItemsBarbed Wire
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.
Barbed Wire
Barbed Wire
General
Category Item
Encumbrance
Heavy Load
1
Function Construct barbed fence
Technical details
Base ID Base.BarbedWire

Barbed wire is a crafting component used in carpentry.

Usage

Barbed wire is used to string barbed fence. Unknown if it has any other uses.

Crafting

Barbed Wire can be used in the following recipes:

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Barbed fence.png
Barbed Fence
Carpentry 5 Hammer
Hammer x1
File:Barbed wire.png
Barbed Wire (1 unit)
(Consumed)


Distribution

Generally really hard to find.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.65

	item BarbedWire
	{
	        DisplayCategory   = Material,
		Weight	          = 1,
		Type	          = Normal,
		DisplayName	  = Barbed Wire,
		Icon	          = BarbedWire,
		MetalValue        = 20,
		WorldStaticModel  = BarbedWire,
	}

See also