Gunpowder: Difference between revisions

From PZwiki
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: 4a8ead2aa2605b40a63c28f1319af23a))
Line 21: Line 21:
==Crafting==
==Crafting==
===Obtaining===
===Obtaining===
{{Crafting table header}}
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4034 -->
{{RecipeLookup|4034}}
{{Crafting/core|ing=1
{{Crafting table footer}}
| product_image = [[File:GunpowderJar.png|link=Gunpowder|Gunpowder]] | product_name = [[Gunpowder]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:AmmoAnim.gif]] | i1 = [[9mm Rounds]]<br>or<br>[[Shotgun Shells]]<br>or<br>[[.223 Ammo]]<br>or<br>[[.308 Ammo]] | q1 = x1 | tag1 = (consumed)
}}
|}
 


===What it can craft===
===What it can craft===
{{Crafting table header}}
{{Crafting header|ing=5}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7025 -->
{{RecipeLookup|7025}}
{{Crafting/core|ing=5
{{Crafting table footer}}
| product_image = [[File:PipeBomb.png|link=Pipe Bomb|Pipe Bomb]] | product_name = [[Pipe Bomb]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req = [[File:Engineer.png|Occupation#Engineer|Engineer]]
| f1 = [[File:ElectronicsScrap.png|link=Electronics Scrap|Electronics Scrap]] | i1 = [[Electronics Scrap]] | q1 = x3 | tag1 = (consumed)
| f2 = [[File:MetalTube.png|link=Metal Pipe|Metal Pipe]] | i2 = [[Metal Pipe]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:GunpowderJar.png|link=Gunpowder|Gunpowder]] | i3 = [[Gunpowder]] | q3 = (20 units) | tag3 = (consumed)
| f4 = [[File:Twine.png|link=Twine|Twine]] | i4 = [[Twine]] | q4 = (1 unit) | tag4 = (consumed)
| f5 = [[File:Saw.png|link=Saw|Saw]] | i5 = [[Saw]] | q5 = x1
}}
|}
 


==Distribution==
==Distribution==

Revision as of 04:49, 26 March 2022

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

Product XP gained Skill(s) Recipe Ingredient 1
Gunpowder
Gunpowder x1
none File:AmmoAnim.gif
9mm Round
or
Shotgun Shells
or
.223 Round
or
.308 Round x1
(consumed)


What it can craft

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
Pipe Bomb
Pipe Bomb x1
none Engineer Electronics Scrap
Scrap Electronics x3
(consumed)
Metal Pipe
Metal Pipe x1
(consumed)
Gunpowder
Gunpowder (20 units)
(consumed)
Twine
Twine (1 unit)
(consumed)
Saw
Saw x1


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