Sponge: Difference between revisions

From PZwiki
m (Automatic formatting)
m (Distribution table update)
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
|item_id=Base.Sponge
|item_id=Base.Sponge
}}
}}
A '''sponge''' is currently a useless [[Items|item]], and often considered as ''junk''.
A '''sponge''' is currently a useless [[Items|item]], and often considered as ''junk''.


Line 18: Line 17:
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|Sponge|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Sponge distribution
! Container
        <span class="mw-customtoggle-togglebox-Sponge" 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-Sponge">
! 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%;"
|classroom  
    |+ {{ll|Containers}}
|[[counter]]
    ! Building / Room
|4  
    ! Container
|1
    ! Rolls
|-
    ! Chance
|daycare  
    |-
|[[counter]]
    | armysurplus
|4  
    | {{ll|counter}}
|1
    | 1
|-
    | 10.0
|gasstorage  
    |-
|[[counter]]
    | classroom
|4  
    | {{ll|counter}}
|1
    | 4
|-
    | 10.0
|kitchen  
    |-
|[[counter]]
    | daycare
|4  
    | {{ll|counter}}
|1
    | 4
|-
    | 10.0
|laundry  
    |-
|[[counter]]
    | gasstorage
|4  
    | {{ll|counter}}
|1
    | 4
|}
    | 10.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | laundry
    | {{ll|counter}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Sponge" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Sponge|41.78.16-->


==Code==
==Code==
Line 62: Line 76:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item Sponge
item Sponge
     {
     {
         DisplayCategory = Household,
         DisplayCategory = Household,
Line 71: Line 85:
         WorldStaticModel = Sponge,
         WorldStaticModel = Sponge,
     }
     }
  }}
}}
}}
}}


Line 78: Line 92:
*[[Toilet Paper]]
*[[Toilet Paper]]


{{Navbox equipment|household}}
{{Navbox items|household_equipment}}

Revision as of 16:42, 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]
Sponge
Sponge Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Sponge

A sponge is currently a useless item, and often considered as junk.

Usage

A sponge cannot be used to clean the blood and has 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.

Sponge distribution Show / Hide
Containers
Building / Room Container Rolls Chance
armysurplus counter 1 10.0
classroom counter 4 10.0
daycare counter 4 10.0
gasstorage counter 4 10.0
kitchen counter 4 10.0
laundry counter 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 Sponge
    {
        DisplayCategory = Household,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Sponge,
        Icon	=	Sponge,
        WorldStaticModel = Sponge,
    }

See also