Doll: Difference between revisions

From PZwiki
(Created page)
 
m (128px)
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 40|incver=43}}{{Infobox normal
| display_name = Doll
| display_name = Doll
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| image = Doll.png
| image = Doll.png
| image_width = 120px
| image_width = 128px
| weight = 0.1
| weight = 0.1
| function = ''None''
| function = ''None''
Line 15: Line 14:


==Distribution==
==Distribution==
Dolls can be found in a number of places including wardrobes, desks and stores.  
Dolls can be found in a number of places including wardrobes, desks, and stores.  


==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=40|incver=43}}
<pre> item Doll
<pre>
item Doll
Type = Normal,
Type = Normal,
DisplayName = Doll,
DisplayName = Doll,
Line 28: Line 28:


==See also==
==See also==
* [[Toy Bear]]
*[[Toy Bear]]
* [[Toy Car]]
*[[Toy Car]]

Revision as of 14:10, 25 June 2023

Doll
Doll
General
Category Item
Encumbrance
Heavy Load
0.1
Function None
Technical details
Base ID Base.Doll

Dolls are currently a useless item, and often considered as junk.

Usage

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

Distribution

Dolls can be found in a number of places including wardrobes, desks, and stores.

Code

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

	item Doll
		Type			= Normal,
		DisplayName		= Doll,
		Icon			= Doll,
		Weight			= 0.1,

See also