Speaker: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Remove lines))
Line 3: Line 3:
{{Infobox item
{{Infobox item
|name=Speaker
|name=Speaker
|name_colour=Electric
|name_text_colour=Electric
|model=Speaker_Model.png
|model=Speaker_Model.png
|icon=Speaker.png
|icon=Speaker.png

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