Toy Car: Difference between revisions

From PZwiki
m (Updated distribution table)
m (Automated Formatting)
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name = Toy Car
|name=Toy Car
| name_colour =
|model=ToyCar_Model.png
| name_text_colour =
|icon=ToyCar.png
| model = ToyCar_Model.png
|icon_name=Toy Car
| icon=ToyCar.png
|model_width=128px
| icon_name=Toy Car
|weight=0.1
| model_width = 128px
|function=''None''
| weight = 0.1
|item_id=Base.ToyCar
| function = ''None''
|item_id = Base.ToyCar
}}
}}
'''Toy car''' is currently a useless item, and often considered as ''junk''.
'''Toy car''' is currently a useless item, and often considered as ''junk''.


Line 30: Line 27:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|bedroom  
|bedroom
|[[wardrobe]]  
|[[wardrobe]]
|4  
|4
|6
|6
|-
|-
|rowspan="3"|closet  
|rowspan="3"|closet
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|rowspan="3"|daycare  
|rowspan="3"|daycare
|[[counter]]  
|[[counter]]
|4  
|4
|6
|6
|-
|-
|[[desk]]  
|[[desk]]
|4  
|4
|6
|6
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|6
|6
|-
|-
|garagestorage  
|garagestorage
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|rowspan="2"|generalstore  
|rowspan="2"|generalstore
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|2
|2
|}
|}
Line 86: Line 83:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item ToyCar
item ToyCar
     {
     {
         DisplayCategory = Junk,
         DisplayCategory = Junk,
Line 95: Line 92:
         WorldStaticModel = ToyCar,
         WorldStaticModel = ToyCar,
     }
     }
  }}
}}
}}
}}


Line 101: Line 98:
*[[Doll]]
*[[Doll]]
*[[Toy Bear]]
*[[Toy Bear]]
{{Navbox junk}}
{{Navbox items|junk}}

Revision as of 12:57, 14 April 2024

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

Toy car is currently a useless item, and often considered as junk.

Usage

Toy car 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
bedroom wardrobe 4 6
closet crate 4 1
crate 4 1
crate 4 1
daycare counter 4 6
desk 4 6
metal_shelves 4 6
garagestorage crate 4 1
generalstore shelves 4 1
shelves 4 2

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 ToyCar
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Toy Car,
        Icon	=	ToyCar,
        WorldStaticModel = ToyCar,
    }

See also