Flight Case

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]
Flight Case
GuitarCase02 Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1 (empty)
4.3 (full)
Equipped
One-handed
Properties
Capacity
5
Run speed
97% (disabled)
Technical
Item ID
Base.Flightcase

A flight case is a container item.

Usage

A flight case cannot be equipped on the player's back. Flight cases are identical to guitar cases, apart from the model. It must be equipped in one of the player's hands to be accessed.

Flight cases can spawn with (build 41):

GuitarAcoustic.png Acoustic Guitar
GuitarElectricBlue.png Blue Electric Guitar GuitarElectricBlack.png Black Electric Guitar GuitarElectricRed.png Red Electric Guitar
BassElectricBlue.png Blue Electric Bass Guitar BassElectricBlack.png Black Electric Bass Guitar BassElectricRed.png Red Electric Bass Guitar

Distribution

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

Containers
Building/Room Container Rolls Chance
all wardrobe 4 0.01
wardrobe 4 0.01
wardrobe 4 0.01
wardrobe 4 0.01
wardrobe 4 0.01
bedroom wardrobe 4 0.01
musicstore shelves 4 1
shelves 4 1
shelves 4 2
shelves 4 2
pawnshop metal_shelves 4 1
metal_shelves 4 2

Buildings

Building/Room Container Rolls Chance
All Wardrobe 4 10
Music Store Shelves 4 20
Pawn Shop Shelves 4 20

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 Flightcase
    {
        DisplayCategory = Container,
        WeightReduction	=	20,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	5,
        DisplayName	=	Flight Case,
        Icon	=	GuitarCase02,
        RunSpeedModifier = 0.97,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        ReplaceInSecondHand = Bag_FlightCase_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_FlightCase_RHand holdingbagright,
        WorldStaticModel = GuitarCase_Ground,
    }

See also