Doll: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (→‎top: Category Project: Junk)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{header/sandbox2|Project Zomboid|Items|Miscellaneous items|Junk}}
{{page version|40.43}}
{{Infobox item
{{Infobox item
| display_name = Doll
| display_name = Doll

Revision as of 05:52, 27 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (40.43).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Doll
{
  DisplayCategory   = Junk,
  Type              = Normal,
  DisplayName       = Doll,
  Icon              = Doll,
  Weight            = 0.1,
  WorldStaticModel  = Doll,
}

See also