Yoyo: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 18: Line 18:
The loot distributions can be found in the table(s) below.
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;"
<!--BOT FLAG|Yoyo|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Yoyo distribution
! Container
        <span class="mw-customtoggle-togglebox-Yoyo" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Yoyo">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|bedroom
    |+ {{ll|Containers}}
|[[wardrobe]]
    ! Building / Room
|4
    ! Container
|2
    ! Rolls
|-
    ! Chance
|classroom
    |-
|[[desk]]
    | bedroom
|4
    | {{ll|crate}}
|4
    | 1
|-
    | 1.0
|rowspan="3"|closet
    |-
|[[crate]]
    | bedroom
|4
    | {{ll|wardrobe}}
|1
    | 4
|-
    | 2.0
|[[crate]]
    |-
|4
    | classroom
|1
    | {{ll|desk}}
|-
    | 4
|[[crate]]
    | 4.0
|4
    |-
|1
    | closet
|-
    | {{ll|crate}}
|garagestorage
    | 4
|[[crate]]
    | 10.0
|4
    |-
|1
    | garagestorage
|-
    | {{ll|crate}}
|rowspan="2"|generalstore
    | 4
|[[shelves]]
    | 10.0
|4
    |-
|1
    | generalstore
|-
    | {{ll|shelves}}
|[[shelves]]
    | 4
|4
    | 20.0
|2
    |-
|}
    | generalstore
    | {{ll|shelves}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Yoyo" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Yoyo|41.78.16-->


==Code==
==Code==

Revision as of 17:02, 24 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.

Yoyo distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bedroom crate 1 1.0
bedroom wardrobe 4 2.0
classroom desk 4 4.0
closet crate 4 10.0
garagestorage crate 4 10.0
generalstore shelves 4 20.0
generalstore shelves 4 10.0

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