Yoyo: Difference between revisions

From PZwiki
m (Add reupload, minor)
m (Automated Formatting)
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{Page version|41.78.16}}
{{Reupload}}<!--Missing 3D model-->
{{Infobox item
{{Infobox item
| display_name = Yoyo
|name=Yoyo
| model = <!-- model image to go here: Yoyo_Model.png -->
|model=Yoyo_Model.png
| icon = Yoyo.png
|icon=Yoyo.png
| category = Junk
|category=Junk
| weight = 0.2
|weight=0.2
| function = ''None''
|function=''None''
| class_name = Base.Yoyo
|item_id=Base.Yoyo
}}
}}
A '''yoyo''' is currently a useless item, and often considered as ''junk''.
A '''yoyo''' is currently a useless item, and often considered as ''junk''.


==Usage==
==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.  
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==
==Distribution==
A yoyo can be found in [[Containers#Bedroom Storage|bedroom cupboards]], [[Containers#Desks|desks]], [[Containers#Lockers|school lockers]], [[Glove Box|glove boxes]] of [[vehicles]] and very rarely as loot on [[zombie]] [[corpse]]s.
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
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|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==
Line 24: Line 69:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 1943
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
item Yoyo
item Yoyo
{
{
  DisplayCategory   = Junk,
    DisplayCategory = Junk,
  Weight           = 0.2,
Weight = 0.2,
  Type             = Normal,
Type = Normal,
  DisplayName       = Yoyo,
DisplayName = Yoyo,
  Icon             = Yoyo,
Icon = Yoyo,
  WorldStaticModel = Yoyo,
WorldStaticModel = Yoyo,
}
}
  }}
}}
}}
}}


Line 45: Line 89:
*[[Cube]]
*[[Cube]]
*[[Toy Car]]
*[[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