Speaker: Difference between revisions

From PZwiki
m (Automated capitalisation)
m (Removing trailing whitespace(s))
Line 6: Line 6:
|name_colour=Electric
|name_colour=Electric
|name_text_colour=Electric
|name_text_colour=Electric
|model=Speaker_Model.png  
|model=Speaker_Model.png
|icon=Speaker.png
|icon=Speaker.png
|icon_name= Speaker
|icon_name= Speaker
Line 36: Line 36:
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" |Chance
|-
|-
| rowspan="1"|BandPractice  
| rowspan="1"|BandPractice
| [[crate]]  
| [[crate]]
| 4  
| 4
| 8
| 8
|-
|-
| rowspan="2"|bedroom  
| rowspan="2"|bedroom
| [[crate]]  
| [[crate]]
| 4  
| 4
| 1
| 1
|-
|-

Revision as of 10:46, 28 February 2024

Template:Header/sandbox2

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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Amplifier.png
Amplifier
0.5 Electrical none Screwdriver.png
Screwdriver
(keep)
Speaker.png
Speaker
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
BandPractice 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