Sand Bag: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
__NOTOC__
{{languages|Sandbag}}
{{languages|Sandbag}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox drainable
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name = Sand Bag
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Construction|Construction]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour = Construction
|name_text_colour = Construction
|image = Sandbag.png
|weight = 2
|primary_use = Laying sand
|secondary_use = Make [[Sandbag Wall|sandbag wall]]
|max_units = 4
|contents = Sand
|class_name = Base.Sandbag
}}A '''sand bag''' is a [[sack]] that has been filled with sand.


{{Items
==Usage==
|image = SandbagZ.png 
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.
|weight = 2.0
}}


A '''Sandbag''' is a [[sack]] that has been filled with sand or dirt. Gamewise at Version 34.28, there is no code differences between a [[Gravel_Bag|gravel bag]] and a Sandbag.
By having a [[shovel]] equipped, a sack can be used to pick up and spill sand on the ground.  
 
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 Climbing Through with the right-click menu.
 
By having a [[shovel]] equipped, Empty Sand bags can be used to pick up and spill dirt or sand on the ground to make farms on otherwise unfarmable tiles. Filling a [[sack]] with sand will transform it back to a normal [[sandbag]] which can be used as a barricade.
 
Usually found in wooden storage crates, which are mostly found in warehouses.


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:centre;"
{{Crafting table header}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Skill Level
|-
{{RecipeLookup|1018}}
{{RecipeLookup|1018}}
|}
{{Crafting table footer}}
 
== Distribution ==
Usually found in [[Containers#Crates|wooden storage crates]], which are mostly found in warehouses.


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
    item Dirtbag
{{Retrieved|version=39|incver=67.5}}
Weight = 2,
  <nowiki> item Sandbag
Type = Drainable,
UseWhileEquipped = FALSE,
UseDelta = 0.25,
DisplayName = Dirt Bag,
Icon = Sandbag,
ReplaceOnDeplete = EmptySandbag,
</nowiki>
  <nowiki>
item Sandbag
Weight = 2,
Weight = 2,
Type = Drainable,
Type = Drainable,
Line 48: Line 36:
DisplayName = Sand Bag,
DisplayName = Sand Bag,
Icon = Sandbag,
Icon = Sandbag,
ReplaceOnDeplete = EmptySandbag,
ReplaceOnDeplete = EmptySandbag,</nowiki>
</nowiki>


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


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

Revision as of 04:56, 23 July 2018

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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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