Sack

From PZwiki
Revision as of 11:02, 13 April 2018 by Vaileasys (talk | contribs) (Updated to be called 'sack' and correct capacity value)


Template:Items

Description

A Sack, previously called an empty sand bag, can be filled with dirt to create a dirt bag. A dirt bag is used to spread dirt over a tile, allowing the tile to be tilled for farming. A sack can be filled by right-clicking a patch of grass with both the Empty Sand Bag and a shovel in the player's inventory, and using the action "Take some Dirt > Sack".

There seems to be some difficulty with this function as several players are reporting it doesn't work.

Item Description Weight Weight Reduction Capacity Classname
File:BAGEmptySandBag.png
Sack
- 0.1 10 19 Base.EmptySandbag

Code

item EmptySandbag
    {
        Weight	=	0.1,
        Type	=	Container,
        WeightReduction	=	10,
        Capacity	=	19,
        DisplayName	=	Sack,
        Icon	=	SandbagEmpty,
    }

Template:Navbox/Baggage