Box of Sparklers: Difference between revisions

From PZwiki
mNo edit summary
Line 34: Line 34:
==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}}
<pre> item Sparklers
<pre>   item Sparklers
Weight = 0.2,
    {
Type = Normal,
        DisplayCategory = Material,
DisplayName = Box of Sparklers,
        Weight = 0.2,
Icon = Sparklers,</pre>
        Type = Normal,
        DisplayName = Box of Sparklers,
        Icon = Sparklers,
        WorldStaticModel = BoxOfSparklers,
    }</pre>


==See also==
==See also==

Revision as of 09:04, 27 January 2023

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