Picture of Dr Cortman: Difference between revisions

From PZwiki
m (rm newline)
(Add code)
 
Line 14: Line 14:


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


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

Latest revision as of 10:16, 2 May 2024

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

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


See also