Yoyo: Difference between revisions

From PZwiki
(Undo revision 16676 by Connall (talk))
m (Automated Formatting)
(38 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<!--this section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Items
{{Page version|41.78.16}}
|image = Yoyo.png  
{{Infobox item
|weight = ?
|name=Yoyo
}} <!--/infobox-->
|model=Yoyo_Model.png
An item found in containers and corpses. No known use as of 2.9.10
|icon=Yoyo.png
|category=Junk
|weight=0.2
|function=''None''
|item_id=Base.Yoyo
}}
A '''yoyo''' is currently a useless 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 player when looting.


{| class="wikitable" width="550" style="text-align:center;"
==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
|-
|-
! Ingredients || Other Items || Output || Description
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|-
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|bedroom
|[[wardrobe]]
|4
|2
|-
|classroom
|[[desk]]
|4
|4
|-
|rowspan="3"|closet
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|1
|-
|garagestorage
|[[crate]]
|4
|1
|-
|rowspan="2"|generalstore
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|2
|}
|}
-->


== Code ==
==Code==
<nowiki>item Yoyo
{{CodeBox
{
| {{CodeSnip
Weight = 0.2,
  | lang = java
  | line = true
  | start = 1943
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Yoyo
{
    DisplayCategory = Junk,
Weight = 0.2,
Type = Normal,
Type = Normal,
DisplayName = Yoyo,
DisplayName = Yoyo,
Icon = Yoyo,
Icon = Yoyo,
}</nowiki>
WorldStaticModel = Yoyo,
[[Category:items]]
}
}}
}}
 
==See also==
*[[Cube]]
*[[Toy Car]]
{{Navbox items|junk}}

Revision as of 13:32, 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]
Yoyo
Yoyo Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item 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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bedroom wardrobe 4 2
classroom desk 4 4
closet crate 4 1
crate 4 1
crate 4 1
garagestorage crate 4 1
generalstore shelves 4 1
shelves 4 2

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 Yoyo
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Yoyo,
		Icon	=	Yoyo,
		WorldStaticModel = Yoyo,
	}

See also