Toy Car

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]
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.

ToyCar distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bedroom crate 1 1.0
bedroom wardrobe 4 6.0
closet crate 4 10.0
daycare counter 4 6.0
daycare desk 4 6.0
daycare metal_shelves 4 6.0
garagestorage crate 4 10.0
generalstore shelves 4 20.0
generalstore shelves 4 10.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 ToyCar
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Toy Car,
        Icon	=	ToyCar,
        WorldStaticModel = ToyCar,
    }

See also