Brick Toys: Difference between revisions

From PZwiki
(Added Bricktoys.)
 
(Update distribution file)
 
(32 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages|Bricktoys}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Items
{{Page version|41.78.16}}
|image = Item_Bricktoys.png
{{Infobox item
|weight = 0.1
|name=Brick Toys
}}  
|model=BrickToys_Model.png
|model_width=200px
|icon=Bricktoys.png
|icon_name=Brick Toys
|category=Junk
|weight=0.1
|function=''None''
|item_id=Base.Bricktoys
}}
'''Brick toys''' are currently a useless {{ll|item}}, and often considered as ''junk''.


==Description==
==Usage==
Loosely based on the real life Lego Bricks, Bricktoys are a seemingly useless item in the game as of the current version. Though in any near future, Bricktoys may get an entertainment type such as a [[Magazine]].
Brick toys have no use, being added purely for the purpose of clutter, creating more realism for the {{ll|player}} when looting.


==Also See==
==Distribution==
* [[Cube]]
The loot distributions can be found in the table(s) below.
* [[Dice]]
 
<!--BOT FLAG|Bricktoys|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>Bricktoys distribution
        <span class="mw-customtoggle-togglebox-Bricktoys" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Bricktoys">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | bedroom
    | {{ll|crate}}
    | 1.01%
    |-
    | bedroom
    | {{ll|wardrobe}}
    | 15.1%
    |-
    | closet
    | {{ll|crate}}
    | 1.01%
    |-
    | closet
    | {{ll|crate}}
    | 23.28%
    |-
    | daycare
    | {{ll|counter}}
    | 15.1%
    |-
    | daycare
    | {{ll|desk}}
    | 15.1%
    |-
    | daycare
    | {{ll|metal_shelves}}
    | 15.1%
    |-
    | daycare
    | {{ll|shelves}}
    | 15.1%
    |-
    | daycare
    | {{ll|wardrobe}}
    | 15.1%
    |-
    | garagestorage
    | {{ll|crate}}
    | 1.01%
    |-
    | garagestorage
    | {{ll|crate}}
    | 23.28%
    |-
    | garagestorage
    | {{ll|crate}}
    | 41.14%
    |-
    | generalstore
    | {{ll|shelves}}
    | 23.28%
    |-
    | generalstore
    | {{ll|shelves}}
    | 41.14%
    |-
    | generalstorestorage
    | {{ll|shelves}}
    | 23.28%
    |-
    | generalstorestorage
    | {{ll|shelves}}
    | 41.14%
    |-
    | giftstorage
    | {{ll|crate}}
    | 23.28%
    |-
    | giftstorage
    | {{ll|crate}}
    | 41.14%
    |-
    | giftstore
    | {{ll|counter}}
    | 23.28%
    |-
    | giftstore
    | {{ll|counter}}
    | 41.14%
    |-
    | giftstore
    | {{ll|shelves}}
    | 23.28%
    |-
    | giftstore
    | {{ll|shelves}}
    | 41.14%
    |-
    | gigamart
    | {{ll|shelves}}
    | 23.28%
    |-
    | gigamart
    | {{ll|shelves}}
    | 41.14%
    |-
    | livingroom
    | {{ll|wardrobe}}
    | 23.28%
    |-
    | storageunit
    | {{ll|crate}}
    | 1.01%
    |-
    | storageunit
    | {{ll|crate}}
    | 23.28%
    |-
    | storageunit
    | {{ll|crate}}
    | 41.14%
    |-
    | storageunit
    | {{ll|metal_shelves}}
    | 1.01%
    |-
    | storageunit
    | {{ll|metal_shelves}}
    | 23.28%
    |-
    | storageunit
    | {{ll|metal_shelves}}
    | 41.14%
    |-
    | toystore
    | {{ll|counter}}
    | 23.28%
    |-
    | toystore
    | {{ll|counter}}
    | 41.14%
    |-
    | toystore
    | {{ll|shelves}}
    | 23.28%
    |-
    | toystore
    | {{ll|shelves}}
    | 41.14%
    |-
    | toystorestorage
    | {{ll|crate}}
    | 23.28%
    |-
    | toystorestorage
    | {{ll|crate}}
    | 41.14%
    |-
    | toystorestorage
    | {{ll|shelves}}
    | 23.28%
    |-
    | toystorestorage
    | {{ll|shelves}}
    | 41.14%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Bricktoys" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Bricktoys|41.78.16-->
 
==Trivia==
*Brick toys are loosely based on the real life [[Wikipedia:Lego|Lego]] bricks.
 
==Code==
 
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 955
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Bricktoys
{
    DisplayCategory = Junk,
Weight = 0.1,
Type = Normal,
DisplayName = Bricktoys,
Icon = Bricktoys,
WorldStaticModel = BrickToys,
}
}}
}}
 
==See also==
*[[Cube]]
*[[Dice]]
 
{{Navbox items|junk}}

Latest revision as of 12:09, 30 April 2024

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
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
bedroom crate 1.01%
bedroom wardrobe 15.1%
closet crate 1.01%
closet crate 23.28%
daycare counter 15.1%
daycare desk 15.1%
daycare metal_shelves 15.1%
daycare shelves 15.1%
daycare wardrobe 15.1%
garagestorage crate 1.01%
garagestorage crate 23.28%
garagestorage crate 41.14%
generalstore shelves 23.28%
generalstore shelves 41.14%
generalstorestorage shelves 23.28%
generalstorestorage shelves 41.14%
giftstorage crate 23.28%
giftstorage crate 41.14%
giftstore counter 23.28%
giftstore counter 41.14%
giftstore shelves 23.28%
giftstore shelves 41.14%
gigamart shelves 23.28%
gigamart shelves 41.14%
livingroom wardrobe 23.28%
storageunit crate 1.01%
storageunit crate 23.28%
storageunit crate 41.14%
storageunit metal_shelves 1.01%
storageunit metal_shelves 23.28%
storageunit metal_shelves 41.14%
toystore counter 23.28%
toystore counter 41.14%
toystore shelves 23.28%
toystore shelves 41.14%
toystorestorage crate 23.28%
toystorestorage crate 41.14%
toystorestorage shelves 23.28%
toystorestorage shelves 41.14%

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