Toy Bear: Difference between revisions

From PZwiki
(Created a page for teddy bears)
 
m (Automated Formatting)
(29 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Items
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
|image = teddy.png
{{Page version|41.78.16}}
|weight = ?
{{Infobox item
|name=Toy Bear
|model=ToyBear_Model.png
|icon=ToyBear.png
|category=Junk
|weight=0.2
|function=''None''
|item_id=Base.ToyBear
}}
}}
'''Teddy bears''' are currently not implemented, however the art for it can be found within the game files. May be used to relieve [[stress]] from child NPCs with a later update.
{{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]].


<br/>[[Category:Notyetingame]] <br/> <br/>
==Usage==
There is currently no use for the toy bear.
 
==Distribution==
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==
{{CodeBox|
{{CodeSnip
  | lang = java
  | line = true
  | start = 1855
  | source = newitems.txt
  | 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