Toy Bear: Difference between revisions

From PZwiki
(added quote)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|type=default|version=Version 40|incver=6}}
{{header|The Game World|Items|type=default|version=Version 40|incver=6}}
{{Infobox normal
{{Infobox normal
|display_name=Toy Bear
|display_name=Toy Bear
|name_colour=default
|name_colour=default
|name_text_colour=default
|name_text_colour=default
|image = ToyBear_120px.png
|image=ToyBear.png
|weight = 0.2
|weight=0.2
|function = ''None''
|function=''None''
|class_name=Base.ToyBear
|class_name=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}}
}}{{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}}
Line 17: Line 16:
==Distribution==
==Distribution==
Toy bears can be found in gift and toy stores.
Toy bears can be found in gift and toy stores.
{{clear}}
 
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=40|incver=6}}
<pre> item ToyBear
<pre>
item ToyBear
Weight = 0.2,
Weight = 0.2,
Type = Normal,
Type = Normal,
DisplayName = Toy Bear,
DisplayName = Toy Bear,
Icon = ToyBear,</pre>
Icon = ToyBear,
</pre>


==See also==
==See also==
*[[Spiffo (item)]]
*[[Spiffo (item)]]
*[[Doll]]
*[[Doll]]

Revision as of 20:40, 26 February 2023

Toy Bear
Toy Bear
General
Category Item
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base 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

Toy bears can be found in gift and toy stores.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	item ToyBear
		Weight		= 0.2,
		Type		= Normal,
		DisplayName	= Toy Bear,
		Icon		= ToyBear,

See also