CD: Difference between revisions

From PZwiki
(Created page with "{{Items |image = Item_Disc.png |weight = .1 }} A CD is currently a junk item. They are found in wardrobes, as well as cupboards. In the future, they might be usable with CD...")
 
(Checked and updated to version 40.43)
Line 1: Line 1:
{{Items
{{languages}}
|image = Item_Disc.png
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
|weight = .1
| display_name = CD
}}
| name_colour =
| name_text_colour =
| image = Item_Disc.png
| image_width = 120px
| weight = 0.1
| function = ''None''
| class_name = Base.CD
}}A '''CD''' is currently a useless {{T|item}}, and often considered as ''junk''.


A CD is currently a junk item. They are found in wardrobes, as well as cupboards. In the future, they might be usable with [[CD Player]]s to entertain the player.
==Usage==
A CD has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting. In the future, they might be usable with [[CD Player|CD players]] 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 [[Containers#Counters|counters]] in these buildings:
*Fossoil
*Gift Store
*Storage Unit
*Music Store
 
=== Vehicles ===
Can be found in the glove box and on seats of [[vehicles]].
 
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
<pre> item Disc
Type = Normal,
DisplayName = CD,
Icon = Disc,
Weight = 0.1,
</pre>
 
==See also==
* [[Comb]]
* [[Lipstick]]

Revision as of 21:43, 12 July 2019

CD
CD
General
Category Item
Encumbrance
Heavy Load
0.1
Function None
Technical details
Base ID Base.CD

A CD is currently a useless item, and often considered as junk.

Usage

A CD has no use, being added purely for the purpose of clutter, creating more realism for the player when looting. In the future, they might be usable with CD players 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

Vehicles

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

Code

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

	item Disc
		Type			= Normal,
		DisplayName		= CD,
		Icon			= Disc,
		Weight			= 0.1,

See also