Box of Sparklers: Difference between revisions

From PZwiki
m (Added model image)
m (→‎Crafting: Change to template)
Line 18: Line 18:


==Crafting==
==Crafting==
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7009 -->
{{Crafting header|ing=3}}
{{Crafting/core|ing=3
{{Crafting electrical|301|ing=3}}
| product_image = [[File:Aerosolbomb.png|link=Aerosol Bomb|Aerosol Bomb]] | product_name = [[Aerosol 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:Hairspray.png|link=Hairspray|Hairspray]] | i1 = [[Hairspray]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Sparklers.png|link=Box of Sparklers|Box of Sparklers]] | i2 = [[Box of Sparklers]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Aluminum.png|link=Aluminum|Aluminum]] | i3 = [[Aluminum]] | q3 = x1 | tag3 = (consumed)
}}
|}
|}


==Distribution==
==Distribution==

Revision as of 00:27, 31 May 2023

Template:Infobox normalA box of sparklers is an item used in crafting electricals.

Usage

A box of sparklers is only used as a crafting component in electrical items.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Aerosolbomb.png
Aerosol Bomb
0 XP none Engineer Hairspray.png
Hairspray
(consumed)
Sparklers.png
Box of Sparklers
(consumed)
Aluminum.png
Aluminum
(consumed)

Distribution

Can be found in counters.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78

    item Sparklers
    {
        DisplayCategory = Material,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Box of Sparklers,
        Icon	=	Sparklers,
        WorldStaticModel = BoxOfSparklers,
    }

See also