Box of Sparklers

From PZwiki
Revision as of 10:37, 22 September 2023 by Fazbeus (talk | contribs) (→‎Distribution)
Box of Sparklers
Box of Sparklers
Box of Sparklers
General
Category Item
Encumbrance
Heavy Load
0.2
Function Crafting
Technical details
Base ID Base.Sparklers

A 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 rarely 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