Box of Sparklers: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{languages|Box of Sparklers}}
{{languages|Box of Sparklers}}
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox item
|display_name = Box of Sparklers
|display_name = Box of Sparklers
|name_colour = Electric
|name_colour = Electric
|name_text_colour = Electric
|name_text_colour = Electric
|image = Sparklers_Model.png  
|model = Sparklers_Model.png  
|alternate_image=Sparklers.png
|icon=Sparklers.png
|alternate_name=Box of Sparklers
|icon_name=Box of Sparklers
|weight = 0.2
|weight = 0.2
|primary_use = [[Crafting]]
|primary_use = [[Crafting]]

Revision as of 06:20, 23 September 2023

Box of Sparklers
Sparklers Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Technical
Item 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