Box of Sparklers: Difference between revisions

From PZwiki
m (Automated header update.)
m (Distribution table update)
(12 intermediate revisions by 3 users not shown)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name = Box of Sparklers
|name=Box of Sparklers
|name_colour = Electric
|model=Sparklers_Model.png
|name_text_colour = Electric
|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 [[Items|item]] used in [[crafting]] [[electrical]]s.
A '''box of sparklers''' is an [[Items|item]] used in [[crafting]] [[electrical]]s.
Line 18: Line 16:


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


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Sparklers|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>Sparklers distribution
!Container
        <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>
! style="width: 3.2em;" |Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Sparklers">
! style="width: 3.2em;" |Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
| rowspan="1"|kitchen
    |+ {{ll|Containers}}
| [[counter]]
    ! Building / Room
| 4
    ! Container
| 4
    ! 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 51: Line 63:
   | 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,
}
    }
  }}
}}
}}
}}


Line 65: Line 77:
*[[Electrical]]
*[[Electrical]]
*[[Electronics]]
*[[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