Speaker: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 169cd57248d8f3ba06d9bb1812dfb2d5))
m (Cleanup)
Line 1: Line 1:
{{languages|Speaker}}
{{Languages}}{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
|display_name=Speaker
|display_name = Speaker
|name_colour=Electric
|name_colour = Electric
|name_text_colour=Electric
|name_text_colour = Electric
|image=Speaker.png  
|image = Speaker.png  
|weight=1.5
|weight = 1.5
|primary_use=[[Crafting]]
|primary_use = [[Crafting]]
|class_name=Base.Speaker
|class_name = Base.Speaker
}}{{Quote|text=Used in improvised defensive devices. Requires known recipe or Engineer profession.|author=In-game tooltip}}A '''speaker''' is an [[electrical]] [[item]] used in [[crafting]].
}}{{quote|text=Used in improvised defensive devices. Requires known recipe or Engineer profession.|author=In-game tooltip}}A '''speaker''' is an [[electrical]] [[item]] used in [[crafting]].
 
__TOC__


==Usage==
==Usage==
Line 16: Line 13:


==Crafting==
==Crafting==
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7003 -->
{{Crafting header|ing=2}}
{{Crafting/core|ing=2
{{Crafting electrical|004|ing=2}}
| product_image = [[File:Amplifier.png|link=Amplifier|Amplifier]] | product_name = [[Amplifier]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Speaker.png|link=Speaker|Speaker]] | i1 = [[Speaker]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Screwdriver.png|link=Screwdriver|Screwdriver]] | i2 = [[Screwdriver]] | q2 =  | tag2 = (keep)
}}
|}
|}


==Distribution==
==Distribution==
Line 34: Line 23:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=40|incver=5}}
<pre> item Speaker
<pre>
item Speaker
Weight = 1.5,
Weight = 1.5,
Type = Normal,
Type = Normal,
Line 40: Line 30:
Icon = Speaker,
Icon = Speaker,
MetalValue = 20,
MetalValue = 20,
Tooltip = Tooltip_ItemTraps,</pre>
Tooltip = Tooltip_ItemTraps,
</pre>


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


{{Navbox/Electricity and Engineering}}
{{Navbox equipment}}


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

Revision as of 23:10, 5 April 2023

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

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

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