Camera Film: Difference between revisions

From PZwiki
m (Updated distribution table)
m (Remove clear)
Line 109: Line 109:
*[[Camera]]
*[[Camera]]


{{Clear}}<!--Remove when the page gets longer-->
{{Navbox junk}}
{{Navbox junk}}

Revision as of 19:21, 23 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Camera Film
CameraFilm Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.CameraFilm

Camera film is an item that can be found in the world.

Usage

It is currently considered a junk item, and has no use. Its primary purpose is adding item diversity and realism for the player when looting, or for decoration.

Distribution

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

Containers
Building/Room Container Rolls Chance
camerastore crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
displaycase 4 1
displaycase 4 2
shelves 4 1
shelves 4 1
shelves 4 2
shelves 4 2
closet crate 4 1
crate 4 2

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 CameraFilm
{
    DisplayCategory = Junk,
    Type = Normal,
    DisplayName = Camera Film,
    Icon = CameraFilm,
    Weight = 0.1,
    WorldStaticModel = CameraFilm_Ground,
}

See also

Template:Navbox junk