More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
A tote bag is a common container item.
Usage
A tote bag has a poor capacity and above average weight reduction. It can be found in the counters of almost every store, making it one of the best substitutes until a backpack is found. However, it does not reduce movement speed. It must be equipped in either the primary or secondary hand to be accessed and can usually be dropped if a backpack is found. After obtaining a backpack, if you have spare weight capacity, are using a one-handed weapon, and want more storage without hindering movement speed, keeping a Tote Bag is another option.
Tote bags can spawn with:
Plastic Bag |
Location
The loot distributions can be found in the table(s) below.
Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.
Building/Room | Container | Effective chance |
---|---|---|
artstore | counter | 76.71% |
artstore | counter | 41.46% |
artstore | counter | 23.67% |
bakery | counter | 76.71% |
bakery | counter | 41.46% |
bakery | counter | 23.67% |
baseballstore | counter | 76.71% |
baseballstore | counter | 41.46% |
baseballstore | counter | 23.67% |
bookstore | counter | 41.46% |
bookstore | counter | 23.67% |
cafe | counter | 76.71% |
cafe | counter | 41.46% |
cafe | counter | 23.67% |
clothingstore | counter | 76.71% |
clothingstore | counter | 41.46% |
clothingstore | counter | 23.67% |
drugshack | counter | 11.21% |
giftstore | counter | 76.71% |
giftstore | counter | 41.46% |
giftstore | counter | 23.67% |
kitchen | counter | 11.21% |
leatherclothesstore | counter | 76.71% |
leatherclothesstore | counter | 41.46% |
leatherclothesstore | counter | 23.67% |
lingeriestore | counter | 76.71% |
lingeriestore | counter | 41.46% |
lingeriestore | counter | 23.67% |
livingroom | counter | 11.21% |
optometrist | counter | 76.71% |
optometrist | counter | 41.46% |
optometrist | counter | 23.67% |
sewingstore | counter | 76.71% |
sewingstore | counter | 41.46% |
sewingstore | counter | 23.67% |
sportstorage | counter | 76.71% |
sportstorage | counter | 41.46% |
sportstorage | counter | 23.67% |
sportstore | counter | 76.71% |
sportstore | counter | 41.46% |
sportstore | counter | 23.67% |
toystore | counter | 76.71% |
toystore | counter | 41.46% |
toystore | counter | 23.67% |
walletshop | counter | 76.71% |
walletshop | counter | 41.46% |
walletshop | counter | 23.67% |
Type | Container | Effective chance |
---|---|---|
Ambulance | Trunk | 4.13% |
Carpenter | Trunk | 4.13% |
Clothing | Trunk | 4.13% |
Construction Worker | Trunk | 4.13% |
Distillery | Trunk | 4.13% |
Doctor | Trunk | 4.13% |
Electrician | Trunk | 4.13% |
Farmer | Trunk | 4.13% |
Fire | Trunk | 4.13% |
Fisherman | Trunk | 4.13% |
Fossoil | Trunk | 4.13% |
Golf | Trunk | 4.13% |
Groceries | Trunk | 4.13% |
Heavy | Trunk | 4.13% |
Heralds | Trunk | 4.13% |
Mass Gen Fac | Trunk | 4.13% |
McCoy | Trunk | 4.13% |
Metal Welder | Trunk | 4.13% |
Painter | Trunk | 4.13% |
Police | Trunk | 4.13% |
Postal | Trunk | 4.13% |
Radio | Trunk | 4.13% |
Ranger | Trunk | 4.13% |
Sports | Trunk | 4.13% |
Standard | Trunk | 4.13% |
Survivalist | Trunk | 4.13% |
Taxi | Trunk | 4.13% |
Transit | Trunk | 4.13% |
Amount | Skill level | Biome: chance | Weather modifiers % | Month modifiers | |||||
---|---|---|---|---|---|---|---|---|---|
Snow | Rain | Day | Night | Months available | Bonus months | Malus months | |||
1 | 0 | DeepForest: 33 Farm: 33 FarmLand: 33 Forest: 33 Nav: 33 TownZone: 33 TrailerPark: 33 Vegitation: 33 |
- | - | - | - | - | - | - |
Vehicles
Profession | Container | Rolls | Chance |
---|---|---|---|
All | Trunk | 2 | 3 |
History
Base.Tote
Version | Description |
---|---|
Build 41.69 | SoundParameter added with value EquippedBaggageContainer ToteBag . |
Build 41.65 | DisplayCategory added with value Container . |
Build 41.54 | WorldStaticModel added with value TotesBag_Ground . |
Build 41.46 | CloseSound added with value CloseBag .OpenSound added with value OpenBag .PutInSound added with value PutItemInBag . |
Build 41.37 | ReplaceInPrimaryHand changed from Bag_Tote_RHand to Bag_Tote_RHand holdingbagright .ReplaceInSecondHand changed from Bag_Tote_LHand to Bag_Tote_LHand holdingbagleft . |
Build 41.35 | ReplaceInPrimaryHand added with value Bag_Tote_RHand .ReplaceInSecondHand added with value Bag_Tote_LHand . |
RC2.9.9.15 | Capacity changed from 15 to 12 .WeightReduction changed from 70 to 50 . |
RC2.9 - Build 0007 | Released on this version. |
Code
Source: ProjectZomboid\media\scripts\clothing\clothing_bags.txt
item Tote
{
DisplayCategory = Container,
WeightReduction = 50,
Weight = 0.5,
Type = Container,
Capacity = 12,
DisplayName = Tote Bag,
Icon = Tote,
OpenSound = OpenBag,
CloseSound = CloseBag,
PutInSound = PutItemInBag,
ReplaceInSecondHand = Bag_Tote_LHand holdingbagleft,
ReplaceInPrimaryHand = Bag_Tote_RHand holdingbagright,
WorldStaticModel = TotesBag_Ground,
SoundParameter = EquippedBaggageContainer ToteBag,
}