Video Game: Difference between revisions

From PZwiki
(Created page with "{{languages|Video Game}} {{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal |display_name = Video Game |name...")
 
(added code)
Line 34: Line 34:
*Change room
*Change room
**[[Containers#Lockers|locker]]
**[[Containers#Lockers|locker]]
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
<pre> item VideoGame
Weight = 0.3,
Type = Normal,
DisplayName = Video Game,
Icon = VideoGame,
MetalValue = 7,</pre>


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

Revision as of 13:17, 3 August 2018

Video Game
Video Game
General
Category Item
Encumbrance
Heavy Load
0.3
Function Crafting
Technical details
Base ID Base.VideoGame

A video game is an electrical item used in crafting.

Usage

A video game can only be dismantled, producing an electronics scrap.

Note that the video game cannot be used to reduce player boredom, or other statuses.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Can be found in:

Code

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

	item VideoGame
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Video Game,
		Icon		= VideoGame,
		MetalValue 	= 7,

See also