Football: Difference between revisions

From PZwiki
m (Automated header update.)
m (Distribution table update)
(13 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 = Football
|name=Football
| name_colour =
|model=Football_Model.png
| name_text_colour =
|icon=Football.png
| model = Football_Model.png
|weight=0.2
| icon = Football.png
|function=''None''
| weight = 0.2
|item_id=Base.Football
| function = ''None''
| class_name = Base.Football
}}
}}
'''Footballs''' are currently a useless [[item]], and often considered as ''junk''.
'''Footballs''' are currently a useless [[Items|item]], and often considered as ''junk''.


==Usage==
==Usage==
Footballs have no use, being added purely for the purpose of clutter, creating more realism for the [[player]] when looting.
Footballs have no use, being 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.


{| 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|Football|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>Football distribution
!Container
        <span class="mw-customtoggle-togglebox-Football" 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-Football">
! 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%;"
| rowspan="2"|schoolstorage
    |+ {{ll|Containers}}
| [[crate]]
    ! Building / Room
| 4
    ! Container
| 1
    ! Rolls
|-
    ! Chance
|[[crate]]
    |-
|4
    | bedroom
|2
    | {{ll|crate}}
|}
    | 1
    | 1.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | schoolstorage
    | {{ll|crate}}
    | 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-Football" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Football|41.78.16-->


==Code==
==Code==
Line 43: Line 61:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 422
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
Line 49: Line 67:
   | code =
   | code =
item Football
item Football
{
    {
  DisplayCategory   = Sports,
        DisplayCategory = Sports,
  Weight           = 0.2,
        Weight = 0.2,
  Type             = Normal,
        Type = Normal,
  DisplayName       = Football,
        DisplayName = Football,
  Icon             = Football,
        Icon = Football,
  WorldStaticModel = Football,
        WorldStaticModel = Football,
}
    }
  }}
}}
}}
}}


Line 63: Line 81:
*[[Basketball]]
*[[Basketball]]
*[[Baseball]]
*[[Baseball]]
{{Navbox items|sports}}

Revision as of 15:31, 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]
Football
Football Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.Football

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

Usage

Footballs 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.

Football 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

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

See also