Sand Bag

From PZwiki
Revision as of 00:41, 26 August 2016 by MalonyJenkins (talk | contribs) (Redesigned page, +Navbar, Added Code. Left alone description)


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

Template:Items

A Sandbag is a Empty Sandbag 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 an Sack with sand will transform it back to a normal Sand Bag which can be used as a barricade.

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

Crafting

Name Recipe Description












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,