Brick Toys

From PZwiki
(Redirected from Brick Toys)
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.

Containers
Building/Room Container Rolls Chance
bedroom wardrobe 4 6
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
crate 4 2
generalstore shelves 4 1
shelves 4 2

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