Toy Bear: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages|Toy Bear}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{header|The Game World|Items|type=default|version=Version 40|incver=6}}
{{Page version|41.78.16}}
{{Infobox normal
{{Infobox item
|display_name=Toy Bear
|name=Toy Bear
|name_colour=default
|model=ToyBear_Model.png
|name_text_colour=default
|icon=ToyBear.png
|image = ToyBear_120px.png
|category=Junk
|weight = 0.2
|weight=0.2
|function = ''None''
|function=''None''
|class_name=Base.ToyBear
|item_id=Base.ToyBear
}}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 15: 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.
{{clear}}
 
{| 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==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|
{{Retrieved|version=40|incver=6}}
{{CodeSnip
<pre> item ToyBear
  | lang = java
Weight = 0.2,
  | line = true
Type = Normal,
  | start = 1855
DisplayName = Toy Bear,
  | source = newitems.txt
Icon = ToyBear,</pre>
  | retrieved = true
  | version = 41.78.16
  | code =
item ToyBear
{
    DisplayCategory = Junk,
Weight = 0.2,
Type = Normal,
DisplayName = Toy Bear,
Icon = ToyBear,
WorldStaticModel = ToyBear,
}
}}
}}
 
==See also==
*[[Spiffo (item)]]
*[[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