Box of Sparklers: Difference between revisions

From PZwiki
m (Added model image)
Line 4: Line 4:
|name_colour = Electric
|name_colour = Electric
|name_text_colour = Electric
|name_text_colour = Electric
|image = Sparklers.png  
|image = Sparklers_Model.png
|alternate_image=Sparklers.png
|alternate_name=Box of Sparklers
|weight = 0.2
|weight = 0.2
|primary_use = [[Crafting]]
|primary_use = [[Crafting]]

Revision as of 03:03, 19 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
Aerosol Bomb
Aerosol Bomb x1
none Engineer Hairspray
Hairspray x1
(consumed)
Box of Sparklers
Box of Sparklers x1
(consumed)
Aluminum
Aluminum x1
(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