Hole Puncher

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]
Hole Puncher
HolePuncher Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
None
Technical
Item ID
Base.HolePuncher

A hole puncher is an item that can be found in the world.

Usage

The Hole Puncher is currently classified as a junk item and has no use. Its primary purpose is adding item diversity and realism for the player while looting. They may also be used as decoration.

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 libraries, art stores, offices, home offices and post offices.

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 HolePuncher
    {
      DisplayCategory = Junk,
      Weight	=	0.3,
      Type	=	Normal,
      DisplayName	=	HolePuncher,
      Icon	=	HolePuncher,
      WorldStaticModel = HolePuncher_Ground,
    }

See also