Tote Bag: Difference between revisions

From PZwiki
m (Changed to a new navbox)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Tote Bag}}
{{Languages}}{{Header|The Game World|Items|Baggage|type=Baggage|version=Version 41|incver=73}}{{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
|name_text_colour=Container
| name_text_colour = Container
|image=Tote.png
| image = Tote_120px.png
|category=Container
| category = Container
|weight=0.5
| weight = 0.5
|equipped=One-handed
| equipped = One-handed
|capacity=12
| capacity = 12
|weight_reduction=50
| weight_reduction = 50
|class_name=Base.Tote
| class_name = Base.Tote
}}A '''tote bag''' is a common container item.
}}A '''tote bag''' is a common container item.


==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. 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.
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:'''
Line 22: Line 21:


==Distribution==
==Distribution==
===Buildings===
===Buildings===
{| class="pztable" style="text-align:center;"
{| class="pztable" style="text-align:center;"
Line 125: Line 125:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=40|incver=6}}
<pre> item Tote
<pre>
item Tote
WeightReduction = 50,
WeightReduction = 50,
Weight         = 0.5,
Weight         = 0.5,
Line 131: Line 132:
Capacity = 12,
Capacity = 12,
DisplayName = Tote Bag,
DisplayName = Tote Bag,
Icon         = Tote,</pre>
Icon         = Tote,
</pre>





Revision as of 20:37, 26 February 2023

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