Video Game: Difference between revisions

From PZwiki
m (updated to B41)
m (Simplified redundant links)
(24 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=78.16}}{{Infobox item
{{Header|Project Zomboid|Items|Electronics}}
|display_name=Video Game
{{Page version|41.78.16}}
|name_colour=Electric
{{Infobox item
|name_text_colour=Electric
|name=Video Game
|model=VideoGame_Model.png  
|model=VideoGame_Model.png
|icon=VideoGame.png
|icon=VideoGame.png
|icon_name=Video Game
|icon_name=Video Game
|weight=0.3
|weight=0.3
|primary_use=[[Crafting]]
|primary_use=[[Crafting]]
|class_name = Base.VideoGame
|item_id=Base.VideoGame
}}A '''video game''' is an [[electrical]] [[item]] used in [[crafting]].
}}
A '''video game''' is an [[electrical]] [[Items|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 [[boredom]], or other [[Moodles|statuses]].


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


==Distribution==
==Distribution==
The '''video game''' can be found in bedrooms, gift stores, toy stores, and change rooms.
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|VideoGame|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>VideoGame distribution
        <span class="mw-customtoggle-togglebox-VideoGame" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-VideoGame">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|Outfit_Student}}
    | 1
    | 4.0
    |-
    | bedroom
    | {{ll|crate}}
    | 4
    | 2.0
    |-
    | bedroom
    | {{ll|crate}}
    | 1
    | 0.2
    |-
    | bedroom
    | {{ll|wardrobe}}
    | 4
    | 2.0
    |-
    | classroom
    | {{ll|desk}}
    | 4
    | 1.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 4.0
    |-
    | departmentstorage
    | {{ll|metal_shelves}}
    | 4
    | 10.0
    |-
    | departmentstorage
    | {{ll|metal_shelves}}
    | 4
    | 20.0
    |-
    | hall
    | {{ll|locker}}
    | 4
    | 4.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-VideoGame" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|VideoGame|41.78.16-->


==Code==
==Code==
Line 27: Line 92:
   | 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,
    }
}}
}}
}}


Line 47: Line 113:
*[[Electrical]]
*[[Electrical]]


{{Navbox equipment}}
{{Navbox items|equipment}}


[[Category:Electrical]]
[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]

Revision as of 12:10, 25 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.

VideoGame distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Outfit_Student 1 4.0
bedroom crate 4 2.0
bedroom crate 1 0.2
bedroom wardrobe 4 2.0
classroom desk 4 1.0
closet crate 4 4.0
departmentstorage metal_shelves 4 10.0
departmentstorage metal_shelves 4 20.0
hall locker 4 4.0

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