Sand Bag

From PZwiki
Revision as of 07:47, 13 May 2018 by Vaileasys (talk | contribs) (Changed "empty sand bag" to "sack", changed shovel link)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Construction -> Sand Bag   

Template:Items

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 and a Sandbag.

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

Name Recipe Description Skill Level












Code

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


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

See Also