Video Game: Difference between revisions

From PZwiki
m (updated to B41)
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=78.16}}{{Infobox item
{{Languages}}
{{Header|Project Zomboid|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=78.16}}
{{Infobox item
|display_name=Video Game
|display_name=Video Game
|name_colour=Electric
|name_colour=Electric
Line 9: Line 11:
|primary_use=[[Crafting]]
|primary_use=[[Crafting]]
|class_name = Base.VideoGame
|class_name = Base.VideoGame
}}A '''video game''' is an [[electrical]] [[item]] used in [[crafting]].
}}
A '''video game''' is an [[electrical]] [[item]] used in [[crafting]].


==Usage==
==Usage==
A video game can only be dismantled, producing an [[Scrap Electronics|scrap electronics]]. It ''cannot'' be used to reduce player [[Moodles#Boredom|boredom]], or other [[Moodles|statuses]].
A video game can only be dismantled, producing a [[Scrap Electronics|scrap electronics]]. It ''cannot'' be used to reduce player [[Moodles#Boredom|boredom]], or other [[Moodles|statuses]].


==Crafting==
==Crafting==

Revision as of 17:29, 13 January 2024

Video Game
VideoGame Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Technical
Item ID
Base.VideoGame

A video game is an electrical item used in crafting.

Usage

A video game can only be dismantled, producing a scrap electronics. It cannot be used to reduce player boredom, or other statuses.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
ElectronicsScrap.png
Scrap Electronics
0.5 Electrical none Screwdriver.png
Screwdriver
(keep)

(consumed)

Distribution

The video game can be found in bedrooms, gift stores, toy stores, and change rooms.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 40.5
item VideoGame
{
    Weight      = 0.3,
    Type        = Normal,
    DisplayName = Video Game,
    Icon        = VideoGame,
    MetalValue  = 7,
}

See also