Staples

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

Staples are an item that can be found in the world.

Usage

They are currently considered junk items and have no use. Their primary purpose is adding item diversity and 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 4
officedrawers 4 4
artstore counter 4 4
shelves 4 1
bedroom desk 4 4
desk 4 4
garagestorage crate 4 4
office counter 4 4
metal_shelves 4 4
post counter 4 4

They can be found in art stores, offices, home offices and post offices.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Item

Staples.png Base.Staples
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Staples
    {
        DisplayCategory = Material,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Staples,
        Icon	=	Staples,
        WorldStaticModel = Staples_Ground,
    }

See also