Doll: Difference between revisions

From PZwiki
m (Navbox replacement)
m (Automated CodeBox update)
Line 92: Line 92:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item Doll
item Doll
     {
     {
         DisplayCategory = Junk,
         DisplayCategory = Junk,
Line 100: Line 100:
         Weight = 0.1,
         Weight = 0.1,
         WorldStaticModel = Doll,
         WorldStaticModel = Doll,
     }
     }  
  }}
}}
}}
}}



Revision as of 10:34, 26 March 2024

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.

Containers
Building/Room Container Rolls Chance
bedroom wardrobe 4 6
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

Template:Navbox miscellaneous items