Doll: Difference between revisions

From PZwiki
m (Automated capitalisation)
m (Automated CodeBox update)
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Header/sandbox2|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Page version|41.78.16}}
{{Page version|40.43}}
{{Infobox item
{{Infobox item
| display_name = Doll
|name=Doll
| name_colour =
|model=Doll_Model.png
| name_text_colour =
|icon=Doll.png
| model = Doll_Model.png
|icon_text=Doll
| icon = Doll.png
|weight=0.1
| weight = 0.1
|function=''None''
| function = ''None''
|item_id=Base.Doll
| class_name = Base.Doll
}}
}}'''Dolls''' are currently a useless {{T|item}}, and often considered as ''junk''.
 
A '''doll''' is currently a useless [[Items|item]], labeled as ''junk''.


==Usage==
==Usage==
Dolls have no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.  
A doll has no use, being added purely for the purpose of clutter, creating more realism for the [[player]] when looting.


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 23: Line 22:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="3"|closet
|bedroom
| [[crate]]  
|[[wardrobe]]  
| 4  
|4  
| 1
|6
|-
|-
|[[crate]]
|rowspan="3"|closet
|4
|[[crate]]  
|4  
|1
|1
|-
|-
|[[crate]]
|[[crate]]  
|4
|4  
|1
|1
|-
|-
| rowspan="3"|daycare
|[[crate]]  
| [[counter]]  
|4  
| 4  
|1
| 4
|-
|-
|[[desk]]
|rowspan="3"|daycare
|[[counter]]  
|4
|4
|4
|-
|[[desk]]
|4
|4
|4
|-
|-
|[[metal_shelves]]
|[[metal_shelves]]  
|4
|4  
|4
|4
|-
|-
| rowspan="2"|garagestorage  
|rowspan="2"|garagestorage  
| [[crate]]  
|[[crate]]  
| 4  
|4  
| 1
|1
|-
|-
|[[crate]]
|[[crate]]  
|4
|4  
|2
|2
|-
|-
| rowspan="2"|generalstore  
|rowspan="2"|generalstore  
| [[shelves]]  
|[[shelves]]  
| 4  
|4  
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]  
|4
|4  
|2
|2
|-
|-
| rowspan="1"|prisoncells  
|prisoncells  
| [[wardrobe]]  
|[[wardrobe]]  
| 4  
|4  
| 4
|4
|}
|}


Line 83: Line 87:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 1346
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
Line 89: Line 93:
   | code =
   | code =
item Doll
item Doll
{
    {
  DisplayCategory   = Junk,
        DisplayCategory = Junk,
  Type             = Normal,
        Type = Normal,
  DisplayName       = Doll,
        DisplayName =     Doll,
  Icon             = Doll,
        Icon = Doll,
  Weight           = 0.1,
        Weight = 0.1,
  WorldStaticModel = Doll,
        WorldStaticModel = Doll,
}
    }  
  }}
}}
}}
}}


Line 103: Line 107:
*[[Toy Bear]]
*[[Toy Bear]]
*[[Toy Car]]
*[[Toy Car]]
*[[Plush toys]]
{{Navbox miscellaneous items|junk}}

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