Toy Car: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(Minor fixes, toy car doesn't have variants)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{Reupload}} <!-- Needs model variants in a <gallery> section-->
{{Infobox item
{{Infobox item
| display_name = Toy Car
| display_name = Toy Car
Line 13: Line 12:
| function = ''None''
| function = ''None''
| class_name = Base.ToyCar
| class_name = Base.ToyCar
}}'''Toy cars''' are currently a useless {{T|item}}, and often considered as ''junk''.
}}
'''Toy car''' is currently a useless item, and often considered as ''junk''.


==Usage==
==Usage==
Toy cars have no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.  
Toy car have no use, being added purely for the purpose of clutter, creating more realism for the player when looting.


==Distribution==
==Distribution==
Toy cars can be found in wardrobes, toy stores and [[vehicles]].  
Toy car can be found in wardrobes, toy stores and [[vehicles]].


==Code==
==Code==

Revision as of 22:10, 9 January 2024

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

Toy car can be found in wardrobes, toy stores and vehicles.

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