Picture of James Garcia: Difference between revisions

From PZwiki
(Fixes)
(Add code)
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
|item_id=Base.JamesPic
|item_id=Base.JamesPic
}}
}}
A '''picture of James Garcia''' is a junk item that can only be acquired from debug or admin in multiplayer.
A '''picture of James Garcia''' is a junk item that can only be acquired from debug or admin in multiplayer.


==Code==
==Code==
{{Stub|section=true}}
{{CodeBox|
{{CodeSnip
  | lang = java
  | line = true
  | start = 161
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item JamesPic
{
    DisplayCategory = Junk,
Weight = 0.2,
Type = Normal,
DisplayName = Picture of James Garcia,
Icon = Frame,
WorldStaticModel = JamesPic,
}
}}
}}


==See also==
==See also==

Latest revision as of 10:17, 2 May 2024

Project ZomboidItemsMiscellaneous itemsJunkPicture of James Garcia
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 James Garcia
JamesPic Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Technical
Item ID
Base.JamesPic

A picture of James Garcia 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 JamesPic
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Picture of James Garcia,
		Icon	=	Frame,
		WorldStaticModel = JamesPic,
	}

See also