Barbed Wire: Difference between revisions

From PZwiki
mNo edit summary
m (item code update to 41.65)
Line 26: Line 26:
==Code==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=41|incver=65}}
  <nowiki> item BarbedWire
  <nowiki> item BarbedWire
DisplayName = Barbed wire,
{
Icon = Wire,
        DisplayCategory  = Material,
Type = Normal,
Weight           = 1,
Weight = 1
Type           = Normal,
MetalValue = 20,
DisplayName   = Barbed Wire,
Icon           = BarbedWire,
MetalValue       = 20,
WorldStaticModel  = BarbedWire,
}
</nowiki>
</nowiki>



Revision as of 00:57, 11 January 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: Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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