Basketball: Difference between revisions

From PZwiki
m (Removed Navbox(es) and added Navbox items)
m (Insert empty line above each {{Navbox}})
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
|item_id=Base.Basketball
|item_id=Base.Basketball
}}
}}
'''Basketballs''' are currently a useless [[Items|item]], and often considered as ''junk''.
'''Basketballs''' are currently a useless [[Items|item]], and often considered as ''junk''.


Line 21: Line 20:
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|Basketball|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Basketball distribution
! Container
        <span class="mw-customtoggle-togglebox-Basketball" 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-Basketball">
! 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%;"
|all
    |+ {{ll|Containers}}
|[[postbox]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|closet  
    |-
|[[crate]]
    | bedroom
|4  
    | {{ll|crate}}
|1
    | 1
|-
    | 1.0
|rowspan="2"|schoolstorage  
    |-
|[[crate]]
    | closet
|4  
    | {{ll|crate}}
|1
    | 4
|-
    | 10.0
|[[crate]]
    |-
|4  
    | schoolstorage
|2
    | {{ll|crate}}
|}Basketballs can be found in lockers.
    | 4
    | 20.0
    |-
    | schoolstorage
    | {{ll|crate}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Basketball" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Basketball|41.78.16-->
Basketballs can be found in lockers.


==Code==
==Code==
Line 67: Line 78:
         Icon = Basketball,
         Icon = Basketball,
         WorldStaticModel = BasketBall,
         WorldStaticModel = BasketBall,
     }  
     }
}}
}}
}}
}}
Line 74: Line 85:
* [[Baseball]]
* [[Baseball]]
* [[Football]]
* [[Football]]
{{Navbox items|sports}}
{{Navbox items|sports}}

Revision as of 13:42, 25 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]
Basketball
Basketball Model.png
General
Category
Sports
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.Basketball

Basketballs are currently a useless item, and often considered as junk.

Usage

Basketballs have no use, being 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.

Basketball distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bedroom crate 1 1.0
closet crate 4 10.0
schoolstorage crate 4 20.0
schoolstorage crate 4 10.0

Basketballs can be found in lockers.

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 Basketball
    {
        DisplayCategory = Sports,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Basketball,
        Icon	=	Basketball,
        WorldStaticModel = BasketBall,
    }

See also