Box of Sparklers: Difference between revisions

From PZwiki
m (Updated distribution table)
m (Automatic formatting)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name = Box of Sparklers
|name=Box of Sparklers
|name_colour = Electric
|name_colour=Electric
|name_text_colour = Electric
|name_text_colour=Electric
|model = Sparklers_Model.png
|model=Sparklers_Model.png
|icon=Sparklers.png
|icon=Sparklers.png
|icon_name=Box of Sparklers
|icon_name=Box of Sparklers
|weight = 0.2
|weight=0.2
|primary_use = [[Crafting]]
|primary_use=[[Crafting]]
|item_id = Base.Sparklers
|item_id=Base.Sparklers
}}
}}



Revision as of 15:14, 25 March 2024

Project ZomboidItemsMaterialsBox of Sparklers
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
closet crate 4 8
kitchen counter 4 4

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