Box of Sparklers: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(Updated to B41)
Line 1: Line 1:
{{languages|Box of Sparklers}}
{{languages|Box of Sparklers}}
{{Header|Project Zomboid|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{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 30: Line 30:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 197
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
Line 50: Line 50:
==See also==
==See also==
*[[Electrical|Electrical Guide]]
*[[Electrical|Electrical Guide]]
*[[Electronics]]
*[[Weapons]]
{{navbox weapons}}


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

Revision as of 03:06, 12 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