Brick Toys

From PZwiki
(Redirected from Brick Toys)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Brick Toys
BrickToys Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Bricktoys

Brick toys are currently a useless item, and often considered as junk.

Usage

Brick toys 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.

Bricktoys 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 20.0
garagestorage crate 4 10.0
generalstore shelves 4 20.0
generalstore shelves 4 10.0

Trivia

  • Brick toys are loosely based on the real life Lego bricks.

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

See also