Barbed Wire: Difference between revisions

From PZwiki
m (update header category)
m (Automated CodeBox update)
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Materials|Metal}}
{{Header/sandbox2|Project Zomboid|Items|Materials}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name = Barbed Wire
|name=Barbed Wire
|model = BarbedWire_Model.png
|model=BarbedWire_Model.png
|icon=BarbedWire.png
|icon=BarbedWire.png
|icon_name=Barbed Wire
|icon_name=Barbed Wire
|category= Material
|category=Material
|weight = 1
|weight=1
|function = [[Crafting]]
|function=[[Crafting]]
|item_id= Base.BarbedWire
|item_id=Base.BarbedWire
}}
}}
'''Barbed wire''' is a crafting component used in [[carpentry]].
'''Barbed wire''' is a crafting component used in [[carpentry]].


Line 29: Line 29:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| toolstore
|toolstore  
| [[counter]]
|[[counter]]  
| 4
|4  
| 2
|2
|-
|-
| rowspan="5"|wirefactory
|rowspan="5"|wirefactory  
| [[crate]]
|[[crate]]  
| 4
|4  
| 1
|1
|-
|-
|[[crate]]
|[[crate]]  
|4
|4  
|1
|1
|-
|-
|[[crate]]
|[[crate]]  
|4
|4  
|2
|2
|-
|-
|[[crate]]
|[[crate]]  
|4
|4  
|2
|2
|-
|-
|[[crate]]
|[[crate]]  
|4
|4  
|5
|5
|}
|}
Line 72: Line 72:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item BarbedWire
item BarbedWire
{
{
    DisplayCategory = Material,
    DisplayCategory = Material,
Line 81: Line 81:
MetalValue = 20,
MetalValue = 20,
WorldStaticModel = BarbedWire,
WorldStaticModel = BarbedWire,
}
}  
  }}
}}
}}
}}


Line 89: Line 89:
*[[Barbed Fence]]
*[[Barbed Fence]]


[[Category:Materials]]
[[Category:Carpentry materials]]
[[Category:Construction]]
[[Category:Construction]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Carpentry materials]]

Revision as of 10:07, 26 March 2024

Project ZomboidItemsMaterialsMetalBarbed Wire
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Barbed Wire
BarbedWire Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
1
Function
Technical
Item ID
Base.BarbedWire

Barbed wire is a crafting component used in carpentry.

Usage

Barbed wire is used in the construction of barbed fences.

Crafting

Barbed Wire is used in the following recipes:

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
BarbedFence Carpentry.png
Barbed Fence
1.25 Carpentry Carpentry 5 Hammer.png
Hammer (tag)
(keep)
BarbedWire.png
Barbed Wire x1
(consumed)

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
toolstore counter 4 2
wirefactory crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5

Barbed wire is most commonly found in warehouses, and tool stores.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

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

See also