Toy Bear: Difference between revisions

From PZwiki
m (Vaileasys moved page Toy Bear to Toy Bear: official display name)
(Added header, new infoboxes and updated layout)
Line 1: Line 1:
{{Move|Toy Bear}}{{Notice|short}}
{{languages|Toy Bear}}
{{Items
{{header|The Game World|Items|type=default|version=Version 40|incver=6}}
|image = teddy.png
{{Infobox normal
|weight = ?
|display_name=Toy Bear
}}
|name_colour=default
'''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.
|name_text_colour=default
|image = ToyBear_120px.png
|weight = 0.2
|function = ''None''
|class_name=Base.ToyBear
}}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|version=40|incver=6}}
<pre> item ToyBear
Weight = 0.2,
Type = Normal,
DisplayName = Toy Bear,
Icon = ToyBear,</pre>
 
{{clear}}

Revision as of 14:56, 12 August 2018

Template:Infobox normalA 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,