Gunpowder

From PZwiki
Revision as of 06:40, 4 August 2018 by Vaileasys (talk | contribs)
Gunpowder
Gunpowder
Gunpowder
General
Category Item
Encumbrance
Heavy Load
0.3
Function Crafting
Capacity 10 units
Contents Gunpowder
Technical details
item ID Base.GunPowder

Gunpowder is an item used in crafting electrical items.

Usage

Gunpowder is used in crafting a pipe bomb.

Crafting

Obtaining

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

What it can craft

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

Distribution

Can be found in police stations, gun stores, the trunk of a police vehicle

Code

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

	item GunPowder
		Weight			= 0.1,
		Type			= Drainable,
		UseDelta		= 0.1,
		UseWhileEquipped	= FALSE,
		DisplayName		= Gunpowder,
		Icon			= GunpowderJar,
		MetalValue		= 8,

See also