Gunpowder: Difference between revisions

From PZwiki
(added unused icon & model)
m (→‎top: Category Project: Electronics)
Line 1: Line 1:
{{languages|Gunpowder}}
{{languages}}
{{Header|Project Zomboid|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=78.16}}{{Infobox drainable
{{header/sandbox2|Project Zomboid|Items|Materials}}
{{page version|41.78.16}}
{{Infobox drainable
|display_name = Gunpowder
|display_name = Gunpowder
|name_colour = Electric
|name_colour = Electric

Revision as of 15:30, 25 January 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Gunpowder
Gunpowder
Gunpowder Jar
General
Category Item
Encumbrance
Heavy Load
0.1
Function Craft pipe bomb
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

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