Box of Sparklers: Difference between revisions

From PZwiki
m (→‎See also: Add navbox)
m (Automated Formatting)
Line 12: Line 12:
|item_id=Base.Sparklers
|item_id=Base.Sparklers
}}
}}
A '''box of sparklers''' is an [[Items|item]] used in [[crafting]] [[electrical]]s.
A '''box of sparklers''' is an [[Items|item]] used in [[crafting]] [[electrical]]s.


Line 34: Line 33:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|closet  
|closet
|[[crate]]  
|[[crate]]
|4  
|4
|8
|8
|-
|-
|kitchen  
|kitchen
|[[counter]]  
|[[counter]]
|4  
|4
|4
|4
|}
|}
Line 63: Line 62:
         Icon = Sparklers,
         Icon = Sparklers,
         WorldStaticModel = BoxOfSparklers,
         WorldStaticModel = BoxOfSparklers,
     }  
     }
}}
}}
}}
}}

Revision as of 06:47, 14 April 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 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 occupation
none none

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