Doll: Difference between revisions

From PZwiki
(+3d model request tag)
(Added model. Removed image improvement tag. Retrieved code for Build 41.78.16 (was 40.43).)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|The Game World|Items|version=Version 40|incver=43}}
{{Header|The Game World|Items|version=Version 40|incver=43}}
{{Reupload}} <!-- Needs model image in infobox along with variants in a <gallery> section-->
{{Infobox item
{{Infobox item
| display_name = Doll
| display_name = Doll
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| model = Doll.png
| model = Doll_Model.png
| model_width = 128px
| icon = Doll.png
| weight = 0.1
| weight = 0.1
| function = ''None''
| function = ''None''
Line 21: Line 20:
==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>
<pre>
item Doll
item Doll
Type = Normal,
{
DisplayName = Doll,
DisplayCategory = Junk,
Icon = Doll,
Type = Normal,
Weight = 0.1,
DisplayName =     Doll,
Icon = Doll,
Weight = 0.1,
WorldStaticModel = Doll,
}
</pre>
</pre>



Revision as of 09:22, 31 December 2023

Doll
Doll Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item 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 41.78.16

item Doll
{
	DisplayCategory = Junk,
	Type				=			Normal,
	DisplayName			=		    Doll,
	Icon				=			Doll,
	Weight				=			0.1,
	WorldStaticModel = Doll,
}

See also