Video Game: Difference between revisions

From PZwiki
m (→‎top: Category Project: Electronics)
(→‎Code: Update codebox to B41)
Line 31: Line 31:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 36
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 40
   | version = 41.78.16
  | incver = 5
   | code =
   | code =
item VideoGame
    item VideoGame
{
    {
    Weight     = 0.3,
        DisplayCategory = Electronics,
    Type       = Normal,
        Weight = 0.3,
    DisplayName = Video Game,
        Type = Normal,
    Icon       = VideoGame,
        DisplayName = Video Game,
    MetalValue = 7,
        Icon = VideoGame,
}
        MetalValue = 7,
        WorldStaticModel = VideoGame,
    }
   }}
   }}
}}
}}

Revision as of 08:39, 2 February 2024

Template:Header/sandbox2

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 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 41.78.16
item VideoGame
    {
        DisplayCategory = Electronics,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Video Game,
        Icon	=	VideoGame,
        MetalValue = 7,
        WorldStaticModel = VideoGame,
    }

See also