Picture of Bob

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]
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for build 42.
It has either been previewed or found in the game files and does not exist yet.
Picture of Bob
BobPic Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Technical
Item ID
Base.BobPic

A picture of Bob is a junk item that can only be acquired from debug or admin in multiplayer.

Code

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

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item BobPic
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Picture of Bob,
		Icon	=	Frame,
		WorldStaticModel = BobPic,
	}

See also