Gunpowder

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Gunpowder
GunpowderJar Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Craft pipe bomb
Properties
Contents
Gunpowder
Capacity
10 units
Technical
Item ID
Base.GunPowder

A gunpowder is an item used in crafting electrical items.

Usage

Gunpowder is used in crafting a pipe bomb.

Crafting

Obtaining

Product Ingredients Tools Requirements Workstation XP
GunpowderJar.png
Gunpowder
One of:
40calAmmoBox.png .38 Special Round ×1
40calAmmoBox.png .44 Magnum Round ×1
40calAmmoBox.png .45 Auto Round ×1
40calAmmoBox.png 9mm Round ×1
RifleAmmo308loose.png 5.56mm Round ×1
RifleAmmo308loose.png .308 Round ×1
RifleAmmo223loose.png .223 Round ×1
ShotgunAmmo.png Shotgun Shells ×1
none none none none

What it can craft

Product Ingredients Tools Requirements Workstation XP
PipeBomb.png
Pipe Bomb
MetalTube.png Metal Pipe ×1
ElectronicsScrap.png Scrap Electronics ×3
GunpowderJar.png Gunpowder ×20 unit(s)
Twine.png Twine ×1 unit(s)

Handsaw.png
Saw (tag)

Profession engineer.png
Engineer occupation
none none

Distribution

Although rare, gunpowder can be found while foraging.

Gallery

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item GunPowder
    {
        DisplayCategory = Material,
        Weight	=	0.1,
        Type	=	Drainable,
        UseDelta = 0.1,
        UseWhileEquipped = FALSE,
        DisplayName	=	Gunpowder,
        Icon	=	GunpowderJar,
        WeightEmpty = 0.01,
        WorldStaticModel = GunpowderJar,
    }

See also