Sand Bag: Difference between revisions

From PZwiki
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: 6b3557b7595bff6869cd97638d4f58b7))
Line 19: Line 19:


== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1018 -->
{{RecipeLookup|1018}}
{{Crafting/core|ing=1
{{Crafting table footer}}
| product_image = [[File:Sandbag_wallB.png]] | product_name = [[Sandbag Wall]] |q2=x1 | product_quantity =
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:SandbagZ.png|link=Sandbag|Sandbag]] | i1 = [[Sandbag]] | q1 = x3 | tag1 = (consumed)
}}
|}
 


== Distribution ==
== Distribution ==

Revision as of 04:23, 26 March 2022

Sand Bag
Sand Bag
General
Category Item
Encumbrance
Heavy Load
2
Function Laying sand
Make sandbag wall
Capacity 4 units
Contents Sand
Technical details
item ID Base.Sandbag

A sand bag is a sack that has been filled with sand.

Usage

A sand bag is a heavy but very sturdy bag of sand that can withstand gunshots. Stacking three of these bags together will create a protective, bulletproof, sandbag wall that can be hopped over by holding E or "Climb Through" with the right-click menu.

By having a shovel equipped, a sack can be used to pick up and spill sand on the ground.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1
File:Sandbag wallB.png
Sandbag Wall
none Sandbag
Sand Bag x3
(consumed)


Distribution

Usually found in wooden storage crates, which are mostly found in warehouses.

Code

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

	item Sandbag
		Weight			= 2,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.25,
		DisplayName		= Sand Bag,
		Icon			= Sandbag,
		ReplaceOnDeplete	= EmptySandbag,

See also