Sand Bag: Difference between revisions

From PZwiki
m (→‎Crafting: [BOT] duplicate file fix, replaced: File:Sandbag_wallB.png → File:SandbagWall_Carpentry.png)
m (Cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox drainable
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox drainable
|display_name=Sand Bag
|display_name = Sand Bag
|name_colour=Construction
|name_colour = Construction
|name_text_colour=Construction
|name_text_colour = Construction
|image=Sandbag.png  
|image = Sandbag.png  
|weight=2
|weight = 2
|primary_use=Laying sand
|primary_use = Laying sand
|secondary_use=Make [[Sandbag Wall|sandbag wall]]
|secondary_use = Make [[Sandbag Wall|sandbag wall]]
|max_units=4
|max_units = 4
|contents=Sand
|contents = Sand
|class_name=Base.Sandbag
|class_name = Base.Sandbag
}}A '''sand bag''' is a [[sack]] that has been filled with sand.
}}A '''sand bag''' is a [[sack]] that has been filled with sand.


==Usage==
==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|sandbag wall]] that can be hopped over by holding <code>E</code> or "Climb Through" with the right-click menu.
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|sandbag wall]] that can be hopped over by holding <code>E</code> 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.  
By having a [[shovel]] equipped, a sack can be used to pick up and spill sand on the ground.  


== Crafting ==
==Crafting==
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1018 -->
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1018 -->
{{Crafting/core|ing=1
{{Crafting/core|ing=1
Line 25: Line 24:
  | sl = ''none''
  | sl = ''none''
  | req =  
  | req =  
  | f1 = [[File:SandbagZ.png|link=Sandbag|Sandbag]] | i1 = [[Sandbag]] | q1 = x3 | tag1 = (consumed)
  | f1 = [[File:Sandbag.png|link=Sandbag|Sandbag]] | i1 = [[Sandbag]] | q1 = x3 | tag1 = (consumed)
}}
}}
|}
|}


 
==Distribution==
== Distribution ==
Usually found in [[Containers#Crates|wooden storage crates]], which are mostly found in warehouses.
Usually found in [[Containers#Crates|wooden storage crates]], which are mostly found in warehouses.


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=39|incver=67.5}}
<nowiki> item Sandbag
<pre>
item Sandbag
Weight = 2,
Weight = 2,
Type = Drainable,
Type = Drainable,
Line 43: Line 42:
DisplayName = Sand Bag,
DisplayName = Sand Bag,
Icon = Sandbag,
Icon = Sandbag,
ReplaceOnDeplete = EmptySandbag,</nowiki>
ReplaceOnDeplete = EmptySandbag,
</pre>


==See also==
==See also==
* [[Carpentry Guide]]
*[[Dirt Bag]]
* [[Dirt Bag]]
*[[Gravel Bag]]
* [[Gravel Bag]]
*[[Carpentry]]


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

Revision as of 13:16, 26 February 2023

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
SandbagWall Carpentry.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