Earbuds: Difference between revisions

From PZwiki
m (Capitalization error)
(Updated/expanded +header +navbox +code +distribution +120px pic)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Earbuds}}
{{languages|Earbuds}}
{{header|The Game World|Items|Electricity and Engineering|version=Version 39|incver=66.3}}{{Items|image = Earbuds_120px.png |weight = 0.1}}
{{About|the white variant|the red variant|[[Headphones]]}}
'''Earbuds''', in the real world, are an [[electrical|electronic]] pair of small [[speaker]]s designed to fit into a user's ear canal, differing from [[headphones]] in which fit around the head over the user's ears. Earbuds are usually designed to plug into a [[radio]] or [[CD Player|CD player]], which can only be done with the radio in [[Project Zomboid]]. To use them with a radio, the radio info panel must be opened, then the earbuds can be dragged into the ''"earbuds slot"'' (Ham radios cannot use earbuds). By doing this, the player is able to listen to the radio without producing any noise, therefore not attracting any [[zombies]]. Earbuds are also a source of a single [[Electronics Scrap|electronics scrap]], requiring a [[screwdriver]] to dismantle.


{{Items
==Item distribution==
| image = Earbuds.png
===Buildings===
| weight = 0.1
{| class="wikitable" style="text-align:center;"
}}
|-
!Building
!Container
!Rolls
!Chance
|-
|rowspan="2" |All
|[[Containers#Corpses|Female Corpse]]
|3
|2
|-
<!-- |All<!--
|[[Purse|Purse]]
|1
|3
|-
|rowspan="2" |Bedroom
|[[Containers#Bedroom Storage|Wardrobe]]
|2
|0.5
|-
<!-- |Bedroom -->
|[[Containers#Bedroom Storage|Small Table]]
|3
|2
|-
|rowspan="2" |Department Store
|[[Containers#Counters|Counter]]
|3
|3
|-
<!-- |Department Store -->
|[[Containers#Displays|Display Case]]
|7
|10
|-
|rowspan="2" |Electronics Store
|[[Containers#Counters|Counter]]
|3
|3
|-
<!-- |Electronics Store -->
|[[Containers#Shelves|Shelves]]
|3
|3
|-
|Jewelry Store
|[[Containers#Counters|Counter]]
|3
|3
|-
|rowspan="2" |Motel Room
|rowspan="2" |[[Containers|Other]]
|2
|2
|-
<!-- |Motel Room -->
<!-- |[[Containers|Other]] -->
|2
|1
|-
|}


==Description==
==Code==
Earbuds can be placed in the earbuds slot of consumer radios (Ham radios can not use earbuds). Placing earbuds into this slot mutes the environmental noise of the radio, preventing zombies from hearing it and being attracted to it regardless of the volume level.
<nowiki>
item Earbuds
Weight = 0.1,
Type = Normal,
DisplayName = Earbuds,
Icon = Earbuds,
</nowiki>


==See Also==
==See also==
* [[Radio]]
*[[Electrical|Electrical Guide]]
*[[Radio]]
*[[CD Player]]
*[[Headphones]]
 
{{Navbox/Electricity and Engineering}}

Revision as of 12:35, 6 June 2018


Template:Items

PlushSpiffo.pngThis article is about the white variant. For the red variant, see [[Headphones]].

Earbuds, in the real world, are an electronic pair of small speakers designed to fit into a user's ear canal, differing from headphones in which fit around the head over the user's ears. Earbuds are usually designed to plug into a radio or CD player, which can only be done with the radio in Project Zomboid. To use them with a radio, the radio info panel must be opened, then the earbuds can be dragged into the "earbuds slot" (Ham radios cannot use earbuds). By doing this, the player is able to listen to the radio without producing any noise, therefore not attracting any zombies. Earbuds are also a source of a single electronics scrap, requiring a screwdriver to dismantle.

Item distribution

Buildings

Building Container Rolls Chance
All Female Corpse 3 2
Small Table 3 2
Department Store Counter 3 3
Display Case 7 10
Electronics Store Counter 3 3
Shelves 3 3
Jewelry Store Counter 3 3
Motel Room Other 2 2
2 1

Code

	item Earbuds
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Earbuds,
		Icon		= Earbuds,

See also

Template:Navbox/Electricity and Engineering