Yoyo: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(Updated to version 40.43)
Tag: categories removed
Line 1: Line 1:
{{languages|Yoyo}}
{{languages|Yoyo}}
{{Items
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
|image = Yoyo.png  
| display_name = Yoyo
|weight = 0.2
| name_colour =
}} <!--/infobox-->
| name_text_colour =
A lovely pink yoyo with a yellow star in the center. Yoyos are useless items that can be found in [[Containers#Bedroom Storage|bedroom cupboards]], [[Containers#Desks|desks]], [[Containers#Lockers|school lockers]], and very rarely as loot on [[zombie]] [[corpse]]s.  
| image = Yoyo.png
| image_width = 120px
| weight = 0.2
| function = ''None''
| class_name = Base.Yoyo}}A '''yoyo''' is currently a useless {{T|item}}, and often considered as ''junk''.


<!--== Crafting ==
==Usage==
YoYo can be used in the following recipes:
Pink with a yellow star in the center, a yoyo has no use and has been added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.


{| class="pztable" width="550" style="text-align:center;"
==Distribution==
|-
A yoyo can be found in [[Containers#Bedroom Storage|bedroom cupboards]], [[Containers#Desks|desks]], [[Containers#Lockers|school lockers]], gloveboxes of [[vehicles]] and very rarely as loot on [[zombie]] [[corpse]]s.  
! Ingredients || Other Items || Output || Description
|-
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|}
-->


== Code ==
== Code ==
<nowiki>item Yoyo
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=40|incver=43}}
Weight = 0.2,
<pre> item Yoyo
Type = Normal,
Weight = 0.1,
DisplayName = Yoyo,
Type = Normal,
Icon = Yoyo,
DisplayName = Yoyo,
}</nowiki>
Icon = Yoyo,
[[Category:Items]]
</pre>
 
==See also==
* [[Cube]]
* [[Toy Car]]

Revision as of 23:36, 19 July 2019

Yoyo
Yoyo
General
Category Item
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.Yoyo

A yoyo is currently a useless item, and often considered as junk.

Usage

Pink with a yellow star in the center, a yoyo has no use and has been added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

A yoyo can be found in bedroom cupboards, desks, school lockers, gloveboxes of vehicles and very rarely as loot on zombie corpses.

Code

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

	item Yoyo
		Weight			= 0.1,
		Type			= Normal,
		DisplayName		= Yoyo,
		Icon			= Yoyo,

See also