Doll

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Doll
Doll Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Doll

A doll is currently a useless item, labeled as junk.

Usage

A doll has 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.

Doll distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all inventoryfemale 1 0.5
bedroom crate 1 1.0
bedroom wardrobe 4 6.0
closet crate 4 10.0
daycare counter 4 4.0
daycare desk 4 4.0
daycare metal_shelves 4 4.0
garagestorage crate 4 20.0
garagestorage crate 4 10.0
generalstore shelves 4 20.0
generalstore shelves 4 10.0
prisoncells wardrobe 4 4.0

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