Yoyo: Difference between revisions

From PZwiki
m (Automatic formatting)
m (Automated Formatting)
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
|item_id=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 27: Line 26:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|bedroom  
|bedroom
|[[wardrobe]]  
|[[wardrobe]]
|4  
|4
|2
|2
|-
|-
|classroom  
|classroom
|[[desk]]  
|[[desk]]
|4  
|4
|4
|4
|-
|-
|rowspan="3"|closet  
|rowspan="3"|closet
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|garagestorage  
|garagestorage
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|rowspan="2"|generalstore  
|rowspan="2"|generalstore
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|2
|2
|}
|}
Line 70: 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 76: 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 90: Line 89:
*[[Cube]]
*[[Cube]]
*[[Toy Car]]
*[[Toy Car]]
{{Navbox miscellaneous items|junk}}
{{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