Sand Bag: Difference between revisions

From PZwiki
m (added pic)
mNo edit summary
Line 1: Line 1:
{{Notice|Future}}
{{Notice|Future}}
{{Notice|Improve}}


{{Items
{{Items
|image = SandbagZ.png  
|image = SandbagZ.png  
|weight = ?
|weight = 9
}}
}}


Line 19: Line 18:
| 6x Sandbag || None || [[Sandbag Wall]] || a wall of sandbags.
| 6x Sandbag || None || [[Sandbag Wall]] || a wall of sandbags.
|}
|}
== Code ==
<nowiki>item Sandbag
{
Weight = 9,
Type = Drainable,
UseWhileEquipped = FALSE,
UseDelta = 0.25,
DisplayName = Sand bag,
Icon = Sandbag,
}</nowiki>


[[Category:items]]
[[Category:items]]

Revision as of 11:10, 31 July 2013

PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.

Template:Items

A bag of sand. Created by ?????.

Crafting

Sandbags can be used in the following recipes:

Ingredients Other Items Output Description
6x Sandbag None Sandbag Wall a wall of sandbags.

Code

item Sandbag
{
Weight	=	9,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Sand bag,
		Icon	=	Sandbag,
}