Camera

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Camera
Camera Model.png
CameraDisposable Model.png
CameraExpensive Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
0.3 (high-end)
Function
Dismantle for 1 scrap electronics
Properties
Material
Electronics
Technical
Tags
Camera
Item ID
Base.Camera
Base.CameraDisposable
Base.CameraExpensive

A camera, (disposable, high-end and regular one) is an electrical item.

Usage

They are currently considered junk items and have no use beyond dismantling.

Crafting

Dismantling

Cameras can be dismantled if the player has a screwdriver, which will result in one scrap electronics.

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

Item IDs

Icon Name Item ID
Camera.png Film Camera Base.Camera
CameraExpensive.png High-end Camera Base.CameraExpensive
CameraDisposable.png Disposable Camera Base.CameraDisposable

Trivia

  • Cameras in the mid-1990s were quite popular, most all of which used film negatives and analog zooming, if any zooming at all.


Distribution

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

Camera distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Outfit_Tourist 1 10.0
all inventoryfemale 1 0.03
all junk 1 0.03
camerastore displaycase 4 20.0
camerastore displaycase 4 10.0
closet crate 4 20.0
closet crate 4 10.0
kitchen counter 4 0.03
livingroom sidetable 4 0.03
Vehicles
Vehicle Type/Location Rolls Chance
AmbulanceGloveBox 1 0.03
CarpenterGloveBox 1 0.03
ConstructionWorkerGloveBox 1 0.03
DistilleryGloveBox 1 0.03
DoctorGloveBox 1 0.03
ElectricianGloveBox 1 0.03
FarmerGloveBox 1 0.03
FireGloveBox 1 0.03
FishermanGloveBox 1 0.03
FossoilGloveBox 1 0.03
GloveBox 1 0.03
GolfGloveBox 1 0.03
HeraldsGloveBox 1 0.03
HunterGloveBox 1 0.03
MassGenFacGloveBox 1 0.03
McCoyGloveBox 1 0.03
MetalWelderGloveBox 1 0.03
PainterGloveBox 1 0.03
PostalGloveBox 1 0.03
RangerGloveBox 1 0.03
SpiffoGloveBox 1 0.03
SurvivalistGlovebox 1 0.03
TransitGloveBox 1 0.03

Code

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

CameraDisposable.png Disposable Camera
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item CameraDisposable
    {
        DisplayCategory = Junk,
        Type				= Normal,
        DisplayName			= Disposable Camera,
        Icon				= CameraDisposable,
        Weight				= 0.2,
        WorldStaticModel    = CameraDisposable_Ground,
        Tags                = Camera,
    }

Camera.png Camera
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Camera
    {
        DisplayCategory = Junk,
        Type				= Normal,
        DisplayName			= Camera,
        Icon				= Camera,
        Weight				= 0.2,
        WorldStaticModel    = Camera_Ground,
        Tags                = Camera,
    }

CameraExpensive.png Expensive Camera
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item CameraExpensive
    {
        DisplayCategory = Junk,
        Type				= Normal,
        DisplayName			= High-end Camera,
        Icon				= CameraExpensive,
        Weight				= 0.3,
        WorldStaticModel    = CameraExpensive_Ground,
        Tags                = Camera,
    }

See also