Gunpowder

From PZwiki
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

Gunpowder is an item used in crafting electrical items.

Usage

Gunpowder is used in crafting a pipe bomb.

Crafting

Obtaining

Product XP gained Skill(s) Recipe Ingredient 1
GunpowderJar.png
Gunpowder
0 XP none
(consumed)

What it can craft

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
PipeBomb.png
Pipe Bomb
0 XP none Engineer
One of:
Hacksaw.png Saw
Handsaw.png Garden Saw

(keep)
MetalTube.png
Metal Pipe
(consumed)
ElectronicsScrap.png
Scrap Electronics x3
(consumed)
GunpowderJar.png
Gunpowder
(20 units)

(consumed)
Twine.png
Twine
(1 unit)

(consumed)

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