Tote Bag: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable (2))
(updating to newer version, extra strategy.)
Line 1: Line 1:
{{languages|Tote Bag}}
{{languages|Tote Bag}}
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 40|incver=6}}{{Infobox container
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 41|incver=73}}{{Infobox container
| display_name = Tote Bag
| display_name = Tote Bag
| name_colour = Container
| name_colour = Container
Line 8: Line 8:
| weight = 0.5
| weight = 0.5
| equipped = One-handed
| equipped = One-handed
| capacity = 8
| capacity = 12
| weight_reduction = 50
| weight_reduction = 50
| class_name = Base.Tote
| class_name = Base.Tote
Line 14: Line 14:


==Usage==
==Usage==
A tote bag has a poor capacity and above average weight reduction. It can be found in the [[Containers#Counters|counters]] of almost every store, making it one of the best substitutes until a [[backpack]] 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.
A tote bag has a poor capacity and above average weight reduction. It can be found in the [[Containers#Counters|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 backpack, if you have spare weight capacity, using one-handed weapon, and want more storage without hindering movement speed, keeping Tote Bag is another option.


'''Tote bags can spawn with:'''
'''Tote bags can spawn with:'''

Revision as of 20:55, 1 September 2022

Tote Bag
Tote Bag
General
Category Container
Encumbrance
Heavy Load
0.5
Body location One-handed
Capacity 12
Encumbrance reduction 50%
Technical details
Item ID Base.Tote

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 backpack, if you have spare weight capacity, using one-handed weapon, and want more storage without hindering movement speed, keeping Tote Bag is another option.

Tote bags can spawn with:

Plasticbag.png Plastic Bag

Distribution

Buildings

Building/Room Container Rolls Chance
All Male Corpse 1 0.1
Female Corpse 1 0.1
Clothes Store Counter 3 5 (x4)
Furniture Store Counter 3 5 (x4)
Gift Store Shelf 3 4
Display Case 3 4
Counter 3 5 (x4)
Hall Counter 3 6 (x4)
Kitchen Counter 2 1
Spiffo's Kitchen Counter 6 1 (x3)
Pile-o-crepe Kitchen Counter 6 1 (x3)
Shoe Store Counter 3 5 (x4)
Sport Store Counter 3 5 (x4)
Sport Storage Counter 3 5
Sewing Store Counter 3 5 (x2)

Vehicles

Profession Container Rolls Chance
All Trunk 2 3

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	item Tote
		WeightReduction	= 50,
		Weight	        = 0.5,
		Type	        = Container,
		Capacity	= 12,
		DisplayName	= Tote Bag,
		Icon	        = Tote,


See also

Template:Navbox/Baggage