Satchel

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.50).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D variant colors models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Satchel
Satchel Model.png
Satchel (Green)
Satchel (Khaki)
General
Encumbrance
Moodle Icon HeavyLoad.png
1 (empty)
10.8 (full)
Equipped
Back
Properties
Capacity
15
Run speed
99% (disabled)
Technical
Item ID
Base.Bag_Satchel

A satchel is a container Bag item.

Usage

A satchel can be equipped on the back, allowing the player to equip other items in their hands at the same time, or in a hand, allowing the player to use one hand for a weapon, the other for a satchel and on the back a bigger bag. It is one of the worst bags due to its small capacity and encumbrance reduction meaning not a lot can be put in it until your character becomes overloaded.

Distribution

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

Containers
Building/Room Container Rolls Chance
all locker 4 0.2
locker 4 0.2
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 wardrobe 4 0.2
bookstore counter 4 4
counter 4 4
closet crate 4 0.2
crate 4 1
crate 4 0.2
metal_shelves 4 0.2
generalstore shelves 4 6
toolstore counter 4 1

It can usually be found inside wardrobes, along with other bags such as the big hiking bag, normal hiking bag and school bag.

Code

        item Bag_Satchel
    {
        WeightReduction	=	30,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	15,
        DisplayName	=	Satchel,
        IconsForTexture = Satchel_Leather;Satchel_Green;Satchel_Khaki,
        CanBeEquipped = Back,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        ClothingItem = Bag_Satchel,
        BloodLocation = Bag,
        RunSpeedModifier = 0.99,
        ReplaceInSecondHand = Bag_Satchel_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_Satchel_RHand holdingbagright,
    }

See also