Cologne: Difference between revisions

From PZwiki
(Created page)
 
(added model + update code block)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
{{header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox normal
| display_name = Cologne
| display_name = Cologne
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| image = Cologne.png
| image = Cologne_Model.png
| image_width = 120px
|image_width=200px
|alternate_image=Cologne.png
|alternate_name=Cologne
| category = Junk
| weight = 0.2
| weight = 0.2
| function = ''None''
| function = ''None''
Line 19: Line 22:
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=78.16}}
<pre> item Cologne  
<pre>
Weight = 0.2,
    item Cologne
Type = Normal,
    {
DisplayName = Cologne ,
        DisplayCategory = Junk,
Icon = Cologne ,
        Weight = 0.2,
        Type = Normal,
        DisplayName = Cologne,
        Icon = Cologne,
        WorldStaticModel = Cologne,
    }
</pre>
</pre>



Revision as of 08:13, 18 June 2023

Cologne
Cologne
Cologne
General
Category Junk
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.Cologne

Cologne is currently a useless item, and often considered as junk.

Usage

Cologne has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

Cologne can be found in bathrooms and desks.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78.16

    item Cologne
    {
        DisplayCategory = Junk,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Cologne,
        Icon	=	Cologne,
        WorldStaticModel = Cologne,
    }

See also