Video Game: Difference between revisions

From PZwiki
m (Automated CodeBox update)
(Automated crafting system update)
Line 19: Line 19:


==Crafting==
==Crafting==
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting electrical|001|ing=2}}
|scrap_electronics
|}
}}


==Distribution==
==Distribution==

Revision as of 14:42, 3 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 Ingredients Tools Requirements Workstation XP
ElectronicsParts.png
Scrap Electronics
One of:
CordlessPhone.png Cordless Phone ×1
DigitalWatch.png Digital Watch ×1
Earbuds.png Earbuds ×1
Flashlight.png Flashlight ×1
Flashlight2.png Hand Torch ×1
Headphones.png Headphones ×1
VideoGame.png Video Game ×1
Screwdriver.png
Screwdriver
none none 0.5 Electrical

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bedroom crate 4 2
crate 1 0.2
wardrobe 4 2
classroom desk 4 1
closet crate 4 4
crate 4 4
crate 4 4
departmentstorage metal_shelves 4 1
metal_shelves 4 2
hall locker 4 4

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item VideoGame
    {
        DisplayCategory = Electronics,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Video Game,
        Icon	=	VideoGame,
        MetalValue = 7,
        WorldStaticModel = VideoGame,
    }

See also