Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Box of Sparklers

From PZwiki
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
BoxOfSparklers Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.2
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 Ingredients Tools Requirements Workstation XP
Aerosolbomb.png
Aerosol Bomb
Hairspray.png Hairspray ×1
Sparklers.png Box of Sparklers ×1
Aluminum.png Aluminum ×1
none
Profession engineer.png
Engineer
none none

Location

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

Sparklers distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
closet crate 19.68%
Electrician crate 19.68%
Electrician metal_shelves 19.68%
garagestorage crate 19.68%
kitchen counter 11.21%
livingroom counter 11.21%
storageunit crate 19.68%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - DeepForest: 15
Farm: 15
FarmLand: 15
Forest: 15
Nav: 15
TownZone: 15
TrailerPark: 15
Vegitation: 15
- - - - - - -

History

Base.Sparklers

Version Description
Build 41.65 DisplayCategory added with value Material.
Build 41.50 WorldStaticModel added with value BoxOfSparklers.
Build 32.14 Released on this version.

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