Box of Sparklers: Difference between revisions

From PZwiki
(→‎Code: Codebox Update)
m (Distribution table update)
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{languages|Box of Sparklers}}
{{Header|Project Zomboid|Items|Materials}}
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox item
{{Page version|41.78.16}}
|display_name = Box of Sparklers
{{Infobox item
|name_colour = Electric
|name=Box of Sparklers
|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]]
|class_name = Base.Sparklers
|item_id=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 18: Line 16:


==Crafting==
==Crafting==
{{Crafting header|ing=3}}
{{Crafting/sandbox2
{{Crafting electrical|301|ing=3}}
|aerosol_bomb
|}
}}


==Distribution==
==Distribution==
Can be rarely found in [[Containers#Counters|counters]].
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|Sparklers|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Sparklers distribution
        <span class="mw-customtoggle-togglebox-Sparklers" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Sparklers">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 8.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 4.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Sparklers" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Sparklers|41.78.16-->


==Code==
==Code==
Line 30: Line 57:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 197
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
item Sparklers
item Sparklers
{
    {
  DisplayCategory = Material,
        DisplayCategory = Material,
  Weight = 0.2,
        Weight = 0.2,
  Type = Normal,
        Type = Normal,
  DisplayName = Box of Sparklers,
        DisplayName = Box of Sparklers,
  Icon = Sparklers,
        Icon = Sparklers,
  WorldStaticModel = BoxOfSparklers,
        WorldStaticModel = BoxOfSparklers,
}
    }
  }}
}}
}}
}}


==See also==
==See also==
*[[Electrical|Electrical Guide]]
*[[Electrical]]
*[[Electronics]]
 
{{Navbox items|explosives}}


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

Revision as of 15:02, 24 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.

Sparklers distribution Show / Hide
Containers
Building / Room Container Rolls Chance
closet crate 4 8.0
kitchen counter 4 4.0

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