Speaker: Difference between revisions

From PZwiki
(Created page with "{{languages|Speaker}} {{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal |display_name = Speaker |name_colou...")
 
(added code section)
Line 22: Line 22:
==Distribution==
==Distribution==
Can be found in electronics store [[Containers#Counters|counters]] and [[Containers#Shelves|shelves]].
Can be found in electronics store [[Containers#Counters|counters]] and [[Containers#Shelves|shelves]].
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
<pre> item Speaker
Weight = 1.5,
Type = Normal,
DisplayName = Speaker,
Icon = Speaker,
MetalValue = 20,
Tooltip = Tooltip_ItemTraps,</pre>


==See also==
==See also==
*[[Electrical|Electrical Guide]]
*[[Electrical|Electrical Guide]]

Revision as of 13:19, 3 August 2018

Speaker
Speaker
General
Category Item
Encumbrance
Heavy Load
1.5
Function Crafting
Technical details
Base 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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Can be found in electronics store counters and shelves.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.5

	item Speaker
		Weight		= 1.5,
		Type		= Normal,
		DisplayName	= Speaker,
		Icon		= Speaker,
		MetalValue 	= 20,
		Tooltip		= Tooltip_ItemTraps,

See also