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

A plastic bag is a common container item.

Usage

A plastic bag has a poor capacity and average weight reduction. It can be found in most kitchens and vehicles, making it a good substitute until something better is found. It must be equipped in either the primary or secondary hand to be accessed, and can usually be dropped if a backpack is found.

Plastic bags can spawn with:

Plasticbag.png Plastic Bag

Distribution

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

Containers
Building/Room Container Rolls Chance
artstore counter 4 1
counter 4 1
counter 4 2
counter 4 2
counter 4 5
bookstore counter 4 1
counter 4 1
counter 4 2
counter 4 2
drugshack counter 4 8
kitchen counter 4 8

Buildings

Building/Room Container Rolls Chance
All Male Corpse 1 0.1
Female Corpse 1 0.1
Plastic Bag 3 5 (x4)
Tote Bag 10 50 (x7 +55)
Kitchen Counter 2 9
Spiffo's Kitchen Counter 6 3 (x2)
Pile-o-crepe Kitchen Counter 6 3 (x3)
Motel Room (occupied) Other 2 0.5

Vehicles

Profession Container Rolls Chance
All Trunk 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 Plasticbag
{
    DisplayCategory = Container,
    WeightReduction	=	30,
    Weight	=	0.1,
    Type	=	Container,
    Capacity	=	8,
    DisplayName	=	Plastic Bag,
    Icon	=	Plasticbag,
    ReplaceInSecondHand = Bag_Plasticbag_LHand holdingbagleft,
    ReplaceInPrimaryHand = Bag_Plasticbag_RHand holdingbagright,
    WorldStaticModel = PlasticBag_Ground,
    SoundParameter = EquippedBaggageContainer PlasticBag,
}

See also