Toy Bear: Difference between revisions

From PZwiki
m (Automated {{Languages}} removal.)
m (Automated Formatting)
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header/sandbox2|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Toy Bear
|name=Toy Bear
|model= ToyBear_Model.png
|model=ToyBear_Model.png
|icon=ToyBear.png
|icon=ToyBear.png
|category=Junk
|category=Junk
Line 9: Line 9:
|function=''None''
|function=''None''
|item_id=Base.ToyBear
|item_id=Base.ToyBear
}}{{Quote|text=Now I'd like you to meet my good friend [[Tooks]] Bear. Tooks Bear is the friendliest, smiliest, bounciest bear in town. You know why you'll like him the most? He's only $49.99 plus postage and packing. All I have to do is press this little button on his paw and... "I'm Tooks Bear! Let's go on an adventure!" We sure will Tooks! For $49.99 who'd resist?|author=[[Television]] advert}}
}}
A '''toy bear''' is a useless miscellaneous [[item]].
{{Quote|text=Now I'd like you to meet my good friend [[Tooks]] Bear. Tooks Bear is the friendliest, smiliest, bounciest bear in town. You know why you'll like him the most? He's only $49.99 plus postage and packing. All I have to do is press this little button on his paw and... "I'm Tooks Bear! Let's go on an adventure!" We sure will Tooks! For $49.99 who'd resist?|author=[[Television]] advert}}
A '''toy bear''' is a useless miscellaneous [[Items|item]].


==Usage==
==Usage==
Line 16: Line 17:


==Distribution==
==Distribution==
Toy bears can be found in gift and toy stores.
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|bedroom
|[[wardrobe]]
|4
|6
|-
|rowspan="3"|closet
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|1
|-
|rowspan="3"|daycare
|[[counter]]
|4
|6
|-
|[[desk]]
|4
|6
|-
|[[metal_shelves]]
|4
|6
|-
|rowspan="2"|garagestorage
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|2
|-
|rowspan="2"|generalstore
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|2
|-
|prisoncells
|[[wardrobe]]
|4
|4
|}Toy bears can be found in gift and toy stores.


==Code==
==Code==
Line 28: Line 92:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item ToyBear
item ToyBear
{
{
    DisplayCategory = Junk,
    DisplayCategory = Junk,
Line 43: Line 107:
*[[Spiffo (item)]]
*[[Spiffo (item)]]
*[[Doll]]
*[[Doll]]
{{Navbox items|junk}}

Revision as of 12:57, 14 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]
Toy Bear
ToyBear Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.ToyBear
Now I'd like you to meet my good friend Tooks Bear. Tooks Bear is the friendliest, smiliest, bounciest bear in town. You know why you'll like him the most? He's only $49.99 plus postage and packing. All I have to do is press this little button on his paw and... "I'm Tooks Bear! Let's go on an adventure!" We sure will Tooks! For $49.99 who'd resist?
Television advert

A toy bear is a useless miscellaneous item.

Usage

There is currently no use for the toy bear.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bedroom 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
prisoncells wardrobe 4 4

Toy bears can be found in gift and toy stores.

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 ToyBear
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Toy Bear,
		Icon	=	ToyBear,
		WorldStaticModel = ToyBear,
	}

See also