Sack: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Sack}}
{{Languages}}{{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 40|incver=6}}{{Infobox container
|display_name=Sack
| display_name = Sack
|name_colour=Container
| name_colour = Container
|name_text_colour=Container
| name_text_colour = Container
|image=SandbagEmpty.png
| image = SandbagEmpty_120px.png
|equipped=One-handed
| equipped = One-handed
|weight=0.1
| weight = 0.1
|capacity=15
| capacity = 15
|weight_reduction=10
| weight_reduction = 10
|class_name=Base.EmptySandbag
| class_name = Base.EmptySandbag
}}A '''sack''', previously called an '''empty sand bag''', is a container [[item]].  
}}A '''sack''', previously called an '''empty sand bag''', is a container [[item]].  


==Usage==
==Usage==
===Container===
===Container===
A sack has poor capacity and weight reduction, and is exceeded by the much more common [[Garbage Bag|garbage bag]]. Unlike the other [[Bags|baggage items]], a sack cannot be found with items spawned inside, but its filled variants (excluding the compost bag) can be found throughout the [[Knox Country|world]].
A sack has poor capacity and weight reduction, and is exceeded by the much more common [[Garbage Bag|garbage bag]]. Unlike the other [[Bags|baggage items]], a sack cannot be found with items spawned inside, but its filled variants (excluding the compost bag) can be found throughout the [[Knox Country|world]].
Line 26: Line 26:


==Distribution==
==Distribution==
===Buildings===
===Buildings===
{| class="pztable" style="text-align:center;"
{| class="pztable" style="text-align:center;"
Line 101: Line 102:
|}
|}


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=40|incver=6}}
Line 112: Line 113:
Icon = SandbagEmpty,</pre>
Icon = SandbagEmpty,</pre>


== See also ==
==See also==
* [[Bags|Other Baggage Items]]
*[[Bags]]
* [[Farming|Farming Guide]]
*[[Farming]]
* [[Carpentry|Carpentry Guide]]
*[[Carpentry]]


{{Navbox/Baggage}}
{{Navbox/Baggage}}
{{Navbox/Tools}}
{{Navbox/Tools}}

Revision as of 13:09, 26 February 2023

Sack
Sack
General
Category Container
Encumbrance
Heavy Load
0.1
Body location One-handed
Capacity 15
Encumbrance reduction 10%
Technical details
Item ID Base.EmptySandbag

A sack, previously called an empty sand bag, is a container item.

Usage

Container

A sack has poor capacity and weight reduction, and is exceeded by the much more common garbage bag. Unlike the other baggage items, a sack cannot be found with items spawned inside, but its filled variants (excluding the compost bag) can be found throughout the world.

Filling with terrain

If the player has a spade shovel, a sack can be filled with dirt, sand, or gravel. To do so, right-click a patch of grass/dirt, sand, or gravel, and select "Take some [Material]". One sack can be filled with 4 tiles of material, and will be turned into the respective material bag.

Any bag can be emptied onto a tile, changing it to the contained material. Once the bag is emptied, the sack will be returned to the player.

Right-clicking on a full composter while the sack is in the player's hand will display the option to "take compost", upon which the sack will be replaced with a compost bag.

Distribution

Buildings

Building/Room Container Rolls Chance
All Crate 1 2.5
Farm Storage All 3 3
Fishing Storage Crate 10 1
Garage Storage All 2 2
Grocery Counter 4 4
Grocery Storage Other 3 3
Logging Factory Crate 1 2.5
Shed Counter 1 3
Storage Unit All 3 2
Tool Store Shelves 5 2

Vehicles

Profession Container Rolls Chance
Construction Worker Trunk 5 2

Code

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

	item EmptySandbag
		Weight		= 0.1,
		Type		= Container,
		WeightReduction	= 10,
		Capacity	= 15,
		DisplayName	= Sack,
		Icon		= SandbagEmpty,

See also

Template:Navbox/Baggage Template:Navbox/Tools