Tote Bag: Difference between revisions

From PZwiki
m (Automated navbox update)
m (Updated distribution table)
Line 33: Line 33:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="5"|artstore
|rowspan="5"|artstore  
| [[counter]]
|[[counter]]  
| 4
|4  
| 1
|1
|-
|-
|[[counter]]
|[[counter]]  
|4
|4  
|1
|1
|-
|-
|[[counter]]
|[[counter]]  
|4
|4  
|2
|2
|-
|-
|[[counter]]
|[[counter]]  
|4
|4  
|2
|2
|-
|-
|[[counter]]
|[[counter]]  
|4
|4  
|5
|5
|-
|-
| rowspan="4"|bookstore
|rowspan="4"|bookstore  
| [[counter]]
|[[counter]]  
| 4
|4  
| 1
|1
|-
|-
|[[counter]]
|[[counter]]  
|4
|4  
|1
|1
|-
|-
|[[counter]]
|[[counter]]  
|4
|4  
|2
|2
|-
|-
|[[counter]]
|[[counter]]  
|4
|4  
|2
|2
|-
|-
| drugshack
|drugshack  
| [[counter]]
|[[counter]]  
| 4
|4  
| 4
|4
|-
|-
| kitchen
|kitchen  
| [[counter]]
|[[counter]]  
| 4
|4  
| 4
|4
|}
|}



Revision as of 10:43, 20 March 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Tote Bag
ToteBag Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
0.5 (empty)
6.15 (full)
Equipped
One-handed
Properties
Capacity
12
Technical
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 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:

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 4
kitchen counter 4 4

Vehicles

Profession Container Rolls Chance
All Trunk 2 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 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,
	}

See also