Tote Bag: Difference between revisions

From PZwiki
No edit summary
(Updated layout and changed infobox)
Line 1: Line 1:
__NOTOC__
{{languages|Tote Bag}}
{{languages|Tote Bag}}
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 39|incver=67.5}}{{Baggage
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 40|incver=6}}{{Infobox container
| display_name = Tote Bag
| name_colour = Container
| name_text_colour = Container
| image = Tote_120px.png
| image = Tote_120px.png
| equippable = One Hand
| category = Container
| weight = 0.5
| weight = 0.5
| equipped = One-handed
| capacity = 8
| capacity = 8
| weight_reduction = 50
| weight_reduction = 50
| class_name = Base.Tote
| class_name = Base.Tote
}}A '''tote bag''' is a common baggage item which has poor capacity and above average weight reduction. It can be in the [[Containers#Counters|counter]] 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''' is a common container item.
 
==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.


'''Tote bags can spawn with:'''
'''Tote bags can spawn with:'''
Line 15: Line 21:
|}
|}


==Item distribution==
==Distribution==
===Buildings===
===Buildings===
{| class="wikitable" style="text-align:center;"
{| class="wikitable" style="text-align:center;"
Line 115: Line 121:
|-
|-
|}
|}


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=6}}
item Tote
<pre> item Tote
WeightReduction = 50,
WeightReduction = 50,
Weight         = 0.5,
Weight         = 0.5,
Line 127: Line 131:
Capacity = 12,
Capacity = 12,
DisplayName = Tote Bag,
DisplayName = Tote Bag,
Icon         = Tote,
Icon         = Tote,</pre>
</nowiki>





Revision as of 18:35, 12 August 2018

Tote Bag
Tote Bag
General
Category Container
Encumbrance
Heavy Load
0.5
Body location One-handed
Capacity 8
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. It must be equipped in either the primary or secondary hand to be accessed and can usually be dropped if a backpack is found.

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