Gravel Bag: Difference between revisions

From PZwiki
m (Added model image)
m (Minor cleanup)
Line 1: Line 1:
{{languages|Gravel Bag}}
{{Languages}}{{Header|The Game World|Items|type=Construction|version=Version 41|incver=78}}{{Infobox drainable
{{header|The Game World|Items|type=Construction|version=Version 41|incver=78}}{{Infobox drainable
|display_name = Gravel Bag
|display_name = Gravel Bag
|name_colour = Construction
|name_colour = Construction
Line 19: Line 18:
Gravel bags can also withstand gunshots. Stacking three of these bags together will craft a protective and bulletproof [[Gravel Bag Wall|gravel bag wall]] that can be hopped over by holding <code>E</code> or "Climb Through" with the right-click menu.
Gravel bags can also withstand gunshots. Stacking three of these bags together will craft a protective and bulletproof [[Gravel Bag Wall|gravel bag wall]] that can be hopped over by holding <code>E</code> or "Climb Through" with the right-click menu.


 
==Crafting==
== Crafting ==
{{Crafting header|ing=2}}
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1027 -->
{{Crafting carpentry|206|ing=2}}
{{Crafting/core|ing=1
| product_image = [[File:SandbagWall_Carpentry.png]] | product_name = [[Gravel_Bag_Wall|Gravel Bag Wall]] |q2=x1 | product_quantity =
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Gravel_bag.png]] | i1 = [[Gravel_Bag|Gravel Bag]] | q1 = x3 | tag1 = (consumed)
}}
|}
|}


==Distribution==
==Distribution==
Line 56: Line 47:
</pre>
</pre>


== See also ==
==See also==
*[[Carpentry Guide]]
*[[Carpentry]]
 
{{Navbox/Construction}}


[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 00:18, 26 April 2023

The Game WorldItemsGravel Bag
Gravel Bag
Gravel Bag
Gravel Bag
General
Category Item
Encumbrance
Heavy Load
2
Function Laying gravel
Capacity 4 units
Contents Gravel
Technical details
item ID Base.Gravelbag

A gravel bag is a sack or similar container that has been filled with gravel. These bags can be used to either create gravel paths, or stacked together to create durable gravel barricades.

Usage

A gravel bag is a heavy, but very sturdy, sack containing gravel. It can be used to pathe gravel paths. Users can pathe up to four tiles of gravel with a full bag of gravel.

Gravel bags can also withstand gunshots. Stacking three of these bags together will craft a protective and bulletproof gravel bag wall that can be hopped over by holding E or "Climb Through" with the right-click menu.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
SandbagWall Carpentry.png
Gravel Bag Wall
1.25 Carpentry none Hammer.png
Hammer (tag)
(keep)
Gravelbag.png
Gravel Bag x3
(consumed)

Distribution

Gravel bags are usually found in wooden storage crates, which are mostly found in warehouses.

Code

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

	item Gravelbag
	{
	    DisplayCategory = Material,
		Weight	=	2,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Gravel Bag,
		Icon	=	Gravelbag,
		ReplaceOnDeplete	=	EmptySandbag,
		ReplaceInSecondHand = Bag_Sandbag_LHand holdingbagleft,
		ReplaceInPrimaryHand = Bag_Sandbag_RHand holdingbagright,
		WorldStaticModel = GravelBag,
		Tooltip = Tooltip_item_empty_sack_container,
	}

See also