ValuTech PortaDisc: Difference between revisions

From PZwiki
m (Djhatt0204 moved page ValuTech PortaDisc to ValuTech PortaDisc over redirect: Corrected title to use the in-game name)
m (Distribution table fix)
 
(35 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Electronics|type=Electric}}
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=78}}{{Infobox normal
{{Page version|41.78.16}}
|display_name = ValuTech PortaDisc
{{Infobox item
|name_colour = Electric
|name=ValuTech PortaDisc
|name_text_colour = Electric
|model=CDplayer_Model.png
|image = CDplayer_Model.png  
|model_width=200px
| image_width = 300px
|icon=CDplayer.png
| alternate_image = CDplayer.png  
|icon_name=CD Player
| alternate_name = CD Player
|weight=0.3
| alternate_link =
|primary_use=Play [[CD]]s to reduce [[Bored|boredom]], and can be dismantled for [[Scrap Electronics|scrap electronics]].
|weight = 0.3
|item_id=Radio.CDplayer
|primary_use = Play [[CD]]s to reduce boredom and to be dismantled for [[Electronics Scrap|electronics scrap]].
}}
|class_name = Radio.CDplayer  
A '''ValuTech PortaDisc''' is an [[electrical]] item, able to play [[CD]]s to reduce [[Bored|boredom.]]
}}A '''ValuTech PortaDisc''' is an [[electrical]] item, able to play [[CD]]s to reduce boredom.


==Usage==
==Usage==
ValuTech PortaDiscs 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]].


As of IWBUMs 41.54, a ValuTech PortaDisc is able to play [[CD]]s and can be used with headphones and earbuds.
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 header|ing=2}}
{{Crafting/sandbox2
{{Crafting electrical|002|ing=2}}
|scrap_electronics2
|}
}}


==Distribution==
==Distribution==
ValuTech PortaDiscs 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 used a small motor to spin the reflective disc, while a laser was used to read the pits in it's mirrored surface.
*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==
'''''From items_radio.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=65}}
| {{CodeSnip
<nowiki> item CDplayer
  | lang = java
  | line = true
  | start = 253
  | source = items_radio.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CDplayer
{
{
    DisplayCategory = Electronics,
    DisplayCategory = Electronics,
Line 61: Line 79:
NoTransmit      = TRUE,
NoTransmit      = TRUE,
WorldStaticModel = CDPlayer,
WorldStaticModel = CDPlayer,
}</nowiki>
}
}}
}}


==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