Doll: Difference between revisions

From PZwiki
(Automated update of distribution header)
m (Automated CodeBox update)
Line 86: Line 86:
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
item Doll
item Doll

Revision as of 03:30, 23 February 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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
closet crate 4 1
crate 4 1
crate 4 1
daycare counter 4 4
desk 4 4
metal_shelves 4 4
garagestorage crate 4 1
crate 4 2
generalstore shelves 4 1
shelves 4 2
prisoncells wardrobe 4 4

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