Gunpowder: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 4a8ead2aa2605b40a63c28f1319af23a))
(Updated to 41.78.16)
Line 1: Line 1:
{{languages|Gunpowder}}
{{languages|Gunpowder}}
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox drainable
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=78.16}}{{Infobox drainable
|display_name = Gunpowder
|display_name = Gunpowder
|name_colour = Electric
|name_colour = Electric
Line 7: Line 7:
|alternate_image = Gunpowder.png
|alternate_image = Gunpowder.png
|alternate_name = Gunpowder
|alternate_name = Gunpowder
|weight = 0.3
|weight = 0.1
|primary_use = [[Crafting]]
|primary_use = Craft [[Pipe Bomb|pipe bomb]]
|max_units = 10
|max_units = 10
|contents = Gunpowder
|contents = Gunpowder
Line 21: Line 21:
==Crafting==
==Crafting==
===Obtaining===
===Obtaining===
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4034 -->
{{Crafting header|ing=1}}
{{Crafting/core|ing=1
{{Crafting general|001|ing=1}}
| 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 header|ing=5}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7025 -->
{{Crafting header|ing=5}}
{{Crafting/core|ing=5
{{Crafting electrical|304|ing=5}}
| 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==
Can be found in police stations, gun stores, the trunk of a [[police car|police]] [[vehicles|vehicle]]
Although rare, gunpowder can be found while [[foraging]].


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=41|incver=78.16}}
<pre> item GunPowder
<pre>
Weight = 0.1,
    item GunPowder
Type = Drainable,
    {
UseDelta = 0.1,
        DisplayCategory = Material,
UseWhileEquipped = FALSE,
        Weight = 0.1,
DisplayName = Gunpowder,
        Type = Drainable,
Icon = GunpowderJar,
        UseDelta = 0.1,
MetalValue = 8,</pre>
        UseWhileEquipped = FALSE,
        DisplayName = Gunpowder,
        Icon = GunpowderJar,
        WeightEmpty = 0.01,
        WorldStaticModel = GunpowderJar,
    }
</pre>


==See also==
==See also==
*[[Electrical|Electrical Guide]]
*[[Electrical|Electrical Guide]]
*[[Weapons]]


[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]

Revision as of 00:14, 3 April 2023

Gunpowder
Gunpowder
Gunpowder
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.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) 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