ValuTech PortaDisc: Difference between revisions

From PZwiki
m (category)
m (Distribution table fix)
 
(45 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{languages|CD Player}}
{{Header|Project Zomboid|Items|Electronics|type=Electric}}
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 39|incver=67.5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name = CD Player
{{Infobox item
|name_colour = Electric
|name=ValuTech PortaDisc
|name_text_colour = Electric
|model=CDplayer_Model.png
|image = CDplayer_120px.png  
|model_width=200px
|weight = 0.3
|icon=CDplayer.png
|primary_use = Dismantle for [[Electronics Scrap|electronics scrap]]
|icon_name=CD Player
|class_name = Base.CDplayer
|weight=0.3
}}A '''CD player''' is an [[electrical]] item.
|primary_use=Play [[CD]]s to reduce [[Bored|boredom]], and can be dismantled for [[Scrap Electronics|scrap electronics]].
|item_id=Radio.CDplayer
}}
A '''ValuTech PortaDisc''' is an [[electrical]] item, able to play [[CD]]s to reduce [[Bored|boredom.]]


==Usage==
==Usage==
CD players are one of various [[Electrical#Miscellaneous Devices|household electronics]] that can be dismantled using a [[screwdriver]] in return for two [[Electronics Scrap|electronics scrap]].  
ValuTech PortaDiscs  play [[CD]]s that can be found in the world, in conjunction with a pair of [[headphones]] or [[earbuds]].


A CD player is not usable with [[CD]]s, [[earbuds]] or [[headphones]], despite what may be expected, nor can a [[battery]] be removed from them.
They are also one of the [[Electrical#Miscellaneous_devices|household electronics]] items that can be dismantled using a [[screwdriver]] in return for two [[Scrap Electronics|scrap electronics]].


== Crafting ==
==Crafting==
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|7037}}
|scrap_electronics2
{{Crafting table footer}}
}}


==Distribution==
==Distribution==
CD players can be found in [[Containers#Bedroom Storage|bedroom wardrobes and drawers]], [[Containers#Locker|lockers]], school [[Containers#Desks|desks]], and the [[Containers#Shelves|shelves]] or [[Containers#Displays|display cases]] of various stores including electronics, gift and music.
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|CDplayer|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>CDplayer distribution
        <span class="mw-customtoggle-togglebox-CDplayer" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-CDplayer">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-CDplayer" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|CDplayer|41.78.16-->


==Trivia==
==Trivia==
*CD players are devices that play CDs in the real world.
*CD players used a small motor to spin the reflective disc, while a laser was used to read the pits in its mirrored surface.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 253
  | source = items_radio.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CDplayer
{
    DisplayCategory = Electronics,
Type = Radio,
Icon = CDplayer,
StaticModel    = CDplayer,
Weight          = 0.3,
ConditionMax = 100,
 
DisplayName = ValuTech PortaDisc,


== Code ==
UseDelta = 0.009,
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
UseWhileEquipped = FALSE,
{{Retrieved|version=39|incver=67.5}}
DisappearOnUse = FALSE,
<nowiki> item CDplayer
TwoWay = FALSE,
Weight = 0.3,
TransmitRange = 0,
Type = Normal,
MicRange = 0,
DisplayName = CD Player,
BaseVolumeRange = 15,
Icon = CDplayer,
IsPortable = TRUE,
MetalValue = 7,</nowiki>
IsTelevision = FALSE,
MinChannel = 88000,
MaxChannel = 108000,
UsesBattery = TRUE,
IsHighTier = FALSE,
Tooltip = Tooltip_media_item_operate,
AcceptMediaType = 0,
NoTransmit      = TRUE,
WorldStaticModel = CDPlayer,
}
}}
}}


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


{{Navbox/Electricity and Engineering}}
{{Navbox items|electronics}}
 
 
 
[[Category:Electrical]]
[[Category:Entertainment]]
[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]

Latest revision as of 19:51, 30 April 2024

Project ZomboidItemsElectronicsValuTech PortaDisc
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
ValuTech PortaDisc
CDplayer Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Play CDs to reduce boredom, and can be dismantled for scrap electronics.
Technical
Item ID
Radio.CDplayer

A ValuTech PortaDisc is an electrical item, able to play CDs to reduce boredom.

Usage

ValuTech PortaDiscs play CDs that can be found in the world, in conjunction with a pair of headphones or earbuds.

They are also one of the household electronics items that can be dismantled using a screwdriver in return for two scrap electronics.

Crafting

Product Ingredients Tools Requirements Workstation XP
ElectronicsParts.png
Scrap Electronics
CDplayer.png ValuTech PortaDisc ×1 Screwdriver.png
Screwdriver
none none 0.5 Electrical

Distribution

The loot distributions can be found in the table(s) below.

CDplayer distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.

Trivia

  • CD players used a small motor to spin the reflective disc, while a laser was used to read the pits in its mirrored surface.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_radio.txt

Retrieved: Build 41.78.16
item CDplayer
	{
	    DisplayCategory = Electronics,
		Type			= Radio,
		Icon			= CDplayer,
		StaticModel     = CDplayer,
		Weight          	= 0.3,
		ConditionMax	= 100,

		DisplayName		= ValuTech PortaDisc,

		UseDelta		= 0.009,
		UseWhileEquipped	= FALSE,
		DisappearOnUse		= FALSE,
		TwoWay			= FALSE,
		TransmitRange		= 0,
		MicRange		= 0,
		BaseVolumeRange		= 15,
		IsPortable		= TRUE,
		IsTelevision		= FALSE,
		MinChannel		= 88000,
		MaxChannel		= 108000,
		UsesBattery		= TRUE,
		IsHighTier		= FALSE,
		Tooltip = Tooltip_media_item_operate,
		AcceptMediaType = 0,
		NoTransmit      = TRUE,
		WorldStaticModel = CDPlayer,
	}

See also