Briefcase

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]
Briefcase
Briefcase Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1.5 (empty)
7.1 (full)
Equipped
One-handed
Properties
Capacity
7
Run speed
97% (disabled)
Technical
Item ID
Base.Briefcase

A briefcase is a container item.

Usage

A briefcase cannot be equipped on the player's back. It has a low capacity and weight reduction. It must be equipped in one of the player's hands to be accessed.

Briefcases can spawn with (build 41):

Pen.png Pen
Blue Pen Blue Pen
Red Pen Red Pen
Pencil.png Pencil
RubberBand.png Rubber Band
CordlessPhone.png Cordless Phone
Paper.png Sheet of Paper

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all desk 4 0.5
wardrobe 4 0.2
wardrobe 4 0.2
wardrobe 4 0.2
wardrobe 4 0.2
wardrobe 4 0.2
bathroom locker 4 0.2
locker 4 0.2
locker 4 0.2
locker 4 0.2
bedroom desk 4 0.5
desk 4 0.5
closet metal_shelves 4 0.2
pawnshop metal_shelves 4 1

Buildings

Building/Room Container Rolls Chance
All Desk 4 0.5
Locker 4 0.2
Wardrobe 4 0.2
Pawn Shop Display Case 4 10

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_bags.txt

Retrieved: Build 41.78.16
item Briefcase
    {
        DisplayCategory = Container,
        WeightReduction	=	5,
        Weight	=	1.5,
        Type	=	Container,
        Capacity	=	7,
        DisplayName	=	Briefcase,
        Icon	=	Briefcase,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.97,
        MetalValue = 15,
        ReplaceInSecondHand = Bag_Briefcase_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_Briefcase_RHand holdingbagright,
        WorldStaticModel = Briefcase_Ground,
    }

See also