ValuTech PortaDisc: Difference between revisions

From PZwiki
(→‎Code: Codebox Update)
(Added some internal links, updated usage, Reworded distribution to hopefully be easier to read)
Line 11: Line 11:
|icon_link=
|icon_link=
|weight = 0.3
|weight = 0.3
|primary_use = Play [[CD]]s to reduce boredom and to be dismantled for [[Scrap Electronics|scrap electronics]].
|primary_use = Play [[CD]]s to reduce [[Moodles#Bored|boredom]], and can be dismantled for [[Scrap Electronics|scrap electronics]].
|class_name = Radio.CDplayer  
|class_name = Radio.CDplayer  
}}
}}
A '''ValuTech PortaDisc''' is an [[electrical]] item, able to play [[CD]]s to reduce boredom.
A '''ValuTech PortaDisc''' is an [[electrical]] item, able to play [[CD]]s to reduce [[Moodles#Bored|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 [[Scrap Electronics|scrap electronics]].  
ValuTech PortaDiscs play [[CD]]s that can be found in the world, in conjunction with a pair of [[Headphones|headphones]] or [[Earbuds|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==
Line 27: Line 27:


==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 ValuTech PortaDisc can be found in [[Containers#Bedroom Storage|bedroom wardrobes]] and drawers, [[Containers#Locker|lockers]], [[Containers#Desks|school desks]], and electronics shops, gift stores, and music stores.


==Trivia==
==Trivia==

Revision as of 07:05, 9 January 2024

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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
ElectronicsScrap.png
Scrap Electronics x2
0.5 Electrical none Screwdriver.png
Screwdriver
(keep)
CDplayer.png
ValuTech PortaDisc
(consumed)

Distribution

The ValuTech PortaDisc can be found in bedroom wardrobes and drawers, lockers, school desks, and electronics shops, gift stores, and music stores.

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.65
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