Garbage Bag

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]
Garbage Bag
Garbagebag Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
0.1 (empty)
18.03 (full)
Equipped
One-handed
Properties
Capacity
20
Technical
Item ID
Base.Garbagebag

A garbage bag is a container item.

Usage

A garbage bag has a poor weight reduction, but high capacity. It is very common and usually a good substitute until a backpack is found, as it must be equipped in the hand. Four garbage bags are required to craft a rain collector barrel.

Garbage bags can spawn with:

Tissue.png Tissue SocksAnim.gif Socks
Lighter.png Lighter Lollipop.png Lollipop
Battery.png Battery MintCandy.png Mint Candy
Pen.png Pen IckySticks.png Cigarettes
Blue Pen Blue Pen Paper.png Sheet of Paper
Red Pen Red Pen Pop empty.png Water Bottle (Orange Soda)
Pencil.png Pencil WaterBottle Empty.png Water Bottle
Magazine.png Magazine Empty Bottle (Whiskey) Empty Bottle (Whiskey)
Newspaper.png Newspaper

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
RainCollectorBarrel1 Carpentry.gif
Rain Collector Barrel
1.25 Carpentry Carpentry 4 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x4
(consumed)
Nails.png
Nails x4
(consumed)
Garbagebag.png
Garbage Bag x4
(consumed)
RainCollectorBarrel2 Carpentry.gif
Rain Collector Barrel
1.25 Carpentry Carpentry 7 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x4
(consumed)
Nails.png
Nails x4
(consumed)
Garbagebag.png
Garbage Bag x4
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
closet crate 4 1
drugshack counter 4 1
kitchen counter 4 1
mechanic wardrobe 4 1
morgue counter 4 1

Buildings

Building/Room Container Rolls Chance
All Bin 1 12
12
12
Bar Bin 1 12
12
12
Cafe Bin 1 12
Grocery Storage Bin 1 12
12
12
Kitchen Counter 2 9
Spiffo's Kitchen Counter 6 3

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 Garbagebag
{
  DisplayCategory       = Container,
  WeightReduction       = 10,
  Weight                = 0.1,
  Type                  = Container,
  Capacity              = 20,
  DisplayName           = Garbage Bag,
  Icon                  = Garbagebag,
  ReplaceInSecondHand   = Bag_Garbagebag_LHand holdingbagleft,
  ReplaceInPrimaryHand  = Bag_Garbagebag_RHand holdingbagright,
  WorldStaticModel      = GarbageBag_Ground,
  SoundParameter        = EquippedBaggageContainer GarbageBag,
}

See also