Toy Bear: Difference between revisions

From PZwiki
(+3d model request tag)
(added model and CodeBox)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|The Game World|Items|type=default|version=Version 40|incver=6}}
{{Header/sandbox2|The Game World|Items|type=default|version=Version 41|incver=78.16}}
{{Reupload}} <!-- Needs model image in infobox along with variants in a <gallery> section-->
{{Infobox item
{{Infobox item
|display_name=Toy Bear
|display_name=Toy Bear
|model= <!-- model image to go here: ToyBear_Model.png -->
|model= ToyBear_Model.png
|icon=ToyBear.png
|icon=ToyBear.png
|category=Junk
|category=Junk
|weight=0.2
|weight=0.2
|function=''None''
|function=''None''
|class_name=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}}
}}{{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]].
A '''toy bear''' is a useless miscellaneous [[item]].
Line 20: Line 19:


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|
{{Retrieved|version=40|incver=6}}
{{CodeSnip
<pre>
  | lang = java
  | line = true
  | start = 1855
  | source = newitems.txt
  | retrieved = true
  | version = 41
  | incver = 78.16
  | code =
item ToyBear
item ToyBear
Weight = 0.2,
{
Type = Normal,
    DisplayCategory = Junk,
DisplayName = Toy Bear,
Weight = 0.2,
Icon = ToyBear,
Type = Normal,
</pre>
DisplayName = Toy Bear,
Icon = ToyBear,
WorldStaticModel = ToyBear,
}
}}
}}


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

Revision as of 15:06, 6 January 2024

Template:Header/sandbox2

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

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