Box of Sparklers: Difference between revisions

From PZwiki
(Updated to B41)
m (Remove navbox weapons, minor cleanups)
Line 1: Line 1:
{{languages|Box of Sparklers}}
{{Languages}}
{{Header|Project Zomboid|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=78.16}}{{Infobox item
{{Header|Project Zomboid|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=78.16}}
{{Infobox item
|display_name = Box of Sparklers
|display_name = Box of Sparklers
|name_colour = Electric
|name_colour = Electric
Line 10: Line 11:
|primary_use = [[Crafting]]
|primary_use = [[Crafting]]
|class_name = Base.Sparklers
|class_name = Base.Sparklers
}}A '''box of sparklers''' is an [[item]] used in [[crafting]] [[electrical]]s.
}}
 
A '''box of sparklers''' is an [[Items|item]] used in [[crafting]] [[electrical]]s.
__TOC__


==Usage==
==Usage==
Line 49: Line 49:


==See also==
==See also==
*[[Electrical|Electrical Guide]]
*[[Electrical]]
*[[Electronics]]
*[[Electronics]]
*[[Weapons]]
*[[Weapons]]
{{navbox weapons}}


[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]

Revision as of 18:50, 13 January 2024

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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

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

See also