Yoyo: Difference between revisions

From PZwiki
m (Automated Formatting for Infobox and Section Headers)
m (Automated Formatting)
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{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 22: 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
|-
|bedroom
|[[wardrobe]]
|4
|2
|-
|-
| rowspan="1"|classroom
|classroom
| [[desk]]
|[[desk]]
| 4
|4
| 4
|4
|-
|-
| rowspan="3"|closet
|rowspan="3"|closet
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 45: Line 49:
|1
|1
|-
|-
| rowspan="1"|garagestorage
|garagestorage
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
| rowspan="2"|generalstore
|rowspan="2"|generalstore
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
|[[shelves]]
|[[shelves]]
Line 65: 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 71: 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 85: 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