Rubber Band: Difference between revisions

From PZwiki
m (Automatic formatting)
m (Automated CodeBox update)
Line 44: Line 44:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item RubberBand
item RubberBand
     {
     {
         DisplayCategory = Junk,
         DisplayCategory = Junk,
Line 52: Line 52:
         Icon = RubberBand,
         Icon = RubberBand,
         WorldStaticModel = RubberBand,
         WorldStaticModel = RubberBand,
     }
     }  
  }}
}}
}}
}}



Revision as of 11:25, 26 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Rubber Band
RubberBand Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.RubberBand

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

Usage

Rubber bands 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.

Containers
Building/Room Container Rolls Chance
all filingcabinet 4 6

Rubber bands can be found in desks and counters.

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 RubberBand
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Rubber Band,
        Icon	=	RubberBand,
        WorldStaticModel = RubberBand,
    }

See also

Template:Navbox miscellaneous items