Speaker: Difference between revisions

From PZwiki
m (Automated capitalisation)
m (Remove lines))
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Electronics}}
{{Header/sandbox2|Project Zomboid|Items|Electronics}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Speaker
|name=Speaker
|name_colour=Electric
|model=Speaker_Model.png
|name_text_colour=Electric
|model=Speaker_Model.png  
|icon=Speaker.png
|icon=Speaker.png
|icon_name= Speaker
|icon_name=Speaker
|weight=1.5
|weight=1.5
|primary_use=[[Crafting]]
|primary_use=[[Crafting]]
|class_name=Base.Speaker
|item_id=Base.Speaker
}}
}}
{{Quote|text=Used in improvised defensive devices. Requires known recipe or Engineer profession.|author=In-game tooltip}}
{{Quote|text=Used in improvised defensive devices. Requires known recipe or Engineer profession.|author=In-game tooltip}}
Line 20: Line 17:


==Crafting==
==Crafting==
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting electrical|004|ing=2}}
|amplifier
|}
}}


{{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.
Line 31: Line 27:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|BandPractice
|[[crate]]
|4
|8
|-
|-
| rowspan="1"|BandPractice
|[[crate]]
| [[crate]]  
|4
| 4  
|8
| 8
|-
|-
| rowspan="2"|bedroom  
|rowspan="2"|bedroom
| [[crate]]  
|[[crate]]
| 4  
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 61: Line 61:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item Speaker
item Speaker
     {
     {
         DisplayCategory = Electronics,
         DisplayCategory = Electronics,
Line 72: Line 72:
         WorldStaticModel = Speaker,
         WorldStaticModel = Speaker,
     }
     }
  }}
}}
}}
}}


Line 78: Line 78:
*[[Electrical]]
*[[Electrical]]


{{Navbox equipment}}
{{Navbox items|equipment}}


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

Revision as of 07:24, 15 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Speaker
Speaker Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
1.5
Function
Technical
Item ID
Base.Speaker
Used in improvised defensive devices. Requires known recipe or Engineer profession.
— In-game tooltip

A speaker is an electrical item used in crafting.

Usage

A speaker can only be dismantled, producing an amplifier.

Crafting

Product Ingredients Tools Requirements Workstation XP
Amplifier.png
Amplifier
Speaker.png Speaker ×1 Screwdriver.png
Screwdriver
none none 0.5 Electrical

Distribution

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

Containers
Building/Room Container Rolls Chance
BandPractice crate 4 8
crate 4 8
bedroom crate 4 1
crate 1 0.1

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 Speaker
    {
        DisplayCategory = Electronics,
        Weight	=	1.5,
        Type	=	Normal,
        DisplayName	=	Speaker,
        Icon	=	Speaker,
        MetalValue = 20,
        Tooltip = Tooltip_ItemTraps,
        WorldStaticModel = Speaker,
    }

See also