CD

From PZwiki
Revision as of 03:23, 12 February 2022 by BlueFoot (talk | contribs)
CD
CD
General
Category Item
Encumbrance
Heavy Load
0.1
Function None
Technical details
Base ID Base.CD

A CD is used with a CD player to reduce boredom.

Usage

A CD is used in conjunction with a CD player to entertain the player.

Distribution

Buildings

Can be found inside wardrobes, side tables and desks in houses. They can also be found on shelves and counters in these buildings:

  • Fossoil
  • Gift Store
  • Storage Unit
  • Music Store


Types

Retail Discs

"Retail CD's" feature a variety of music and talkshows from the world of Project Zomboid. Most retail CD's are parodies of songs or talkshows from the early 1990s and function solely to reduce the player character's boredom, and produce some light amusement in the player themselves.

Item IDs

Retail Disc

Name Song? Base ID
CD: ??? CD

Vehicles

Can be found in the glove box and on seats of vehicles.

Trivia

  • The reflective surface of a CD is actually on the top, layered onto the polycarbonate body of the disc.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.65

	item Disc_Retail
    {
        Type				= Normal,
        DisplayName			= CD,
        Icon				= Disc,
        Weight				= 0.1,
        WorldStaticModel    = Disk,
        MediaCategory       = CDs,
    }

See also