Yoyo: Difference between revisions

From PZwiki
m (Removing trailing whitespace(s))
m (Automated Formatting)
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Header/sandbox2|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
| display_name = Yoyo
|name=Yoyo
| model = 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''.
Line 16: Line 15:
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.


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 23: Line 21:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="1"|classroom
|bedroom
| [[desk]]
|[[wardrobe]]
| 4
|4
| 4
|2
|-
|-
| rowspan="3"|closet
|classroom
| [[crate]]
|[[desk]]
| 4
|4
| 1
|4
|-
|-
|rowspan="3"|closet
|[[crate]]
|[[crate]]
|4
|4
Line 46: Line 45:
|1
|1
|-
|-
| rowspan="1"|garagestorage
|[[crate]]
| [[crate]]
|4
| 4
|1
| 1
|-
|-
| rowspan="2"|generalstore
|garagestorage
| [[shelves]]
|[[crate]]
| 4
|4
| 1
|1
|-
|rowspan="2"|generalstore
|[[shelves]]
|4
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 66: Line 69:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 1943
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
Line 72: Line 75:
   | 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 86: 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