Toy Car: Difference between revisions

From PZwiki
m (Automated header update.)
m (Removed {{clear}} line above ==Distribution==)
Line 18: Line 18:
Toy car have no use, being added purely for the purpose of clutter, creating more realism for the player when looting.
Toy car have 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.

Revision as of 06:52, 5 March 2024

Spiffo controlyourself.png
This page was last updated for an older version (40.43).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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
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 40.43
item ToyCar
{
    Weight      = 0.1,
    Type        = Normal,
    DisplayName = Toy Car,
    Icon        = ToyCar,
}

See also