Duffel Bag

From PZwiki
(Redirected from Duffel Bag)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Duffel Bag
DuffelBag Blue Model.png
DuffelBag Green Model.png
DuffelBag Grey Model.png
DuffelBag White Model.png
DuffelBag Military Model.png
General
Category
Bag
Encumbrance
Moodle Icon HeavyLoad.png
1.0 (empty)
6.6 (full)
Equipped
Back
Properties
Capacity
18
Run speed
95% (disabled)
Technical
Item ID

A duffel bag is a bag item.

Variants

There are several different variants of duffel bag that can be found throughout Knox Country, each with contents pertaining to a specific theme.

Icon Name Item ID Color
Duffelbag.png Duffel Bag Base.Bag_InamateEscapedBag Random
Duffelbag.png Duffel Bag Base.Bag_ShotgunBag Gray
Duffelbag.png Duffel Bag Base.Bag_FoodSnacks Gray
DuffelbagMilitary.png Duffel Bag Base.Bag_Military Army
Duffelbag.png Duffel Bag Base.Bag_WeaponBag Gray
Duffelbag.png Duffel Bag Base.Bag_ToolBag Gray
DuffelBagWhite.png Duffel Bag Base.Bag_DuffelBagTINT Random
Duffelbag.png Duffel Bag Base.Bag_WorkerBag Random
Duffelbag.png Duffel Bag Base.Bag_MoneyBag Gray
Duffelbag.png Duffel Bag Base.Bag_FoodCanned Gray
Duffelbag.png Duffel Bag Base.Bag_ShotgunDblSawnoffBag Gray
Duffelbag.png Duffel Bag Base.Bag_DuffelBag Random
Duffelbag.png Duffel Bag Base.Bag_ShotgunDblBag Gray
Duffelbag.png Duffel Bag Base.Bag_ShotgunSawnoffBag Gray
Weapon Bag
Inmate Escaped Bag
Money Bag
Worker Bag

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.50
item Bag_DuffelBag
{
  Type                    = Container,
  DisplayName             = Duffel Bag,
  ClothingItem            = Bag_DuffelBag,
  CanBeEquipped           = Back,
  WeightReduction         = 65,
  Weight                  = 1,
  Capacity                = 18,
  Icon                    = Duffelbag,
  OpenSound               = OpenBag,
  CloseSound              = CloseBag,
  PutInSound              = PutItemInBag,
  RunSpeedModifier        = 0.95,
  CanHaveHoles            = false,
  ReplaceInSecondHand     = Bag_DuffelBag_LHand holdingbagleft,
  ReplaceInPrimaryHand    = Bag_DuffelBag_RHand holdingbagright,
}

See also