Speaker: Difference between revisions

From PZwiki
m (Automated class_name fix)
m (Updated distribution table)
Line 30: Line 30:
! 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="1"|BandPractice
|rowspan="2"|BandPractice  
| [[crate]]
|[[crate]]  
| 4
|4  
| 8
|8
|-
|-
| rowspan="2"|bedroom
|[[crate]]  
| [[crate]]
|4  
| 4
|8
| 1
|-
|-
|[[crate]]
|rowspan="2"|bedroom
|[[crate]]  
|4
|1
|1
|-
|[[crate]]
|1
|0.1
|0.1
|}
|}

Revision as of 10:31, 20 March 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 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
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