Sack: Difference between revisions

From PZwiki
(Updated to be called 'sack' and correct capacity value)
Line 9: Line 9:


==Description==
==Description==
A '''Sack''', previously called an ''empty sand bag'', can be filled with dirt to create a [[Dirt_Bag|dirt bag]]. A dirt bag is used to spread dirt over a tile, allowing the tile to be [[Trowel|tilled]] for [[Farming|farming]]. A sack can be filled by right-clicking a patch of grass with both the Empty Sand Bag and a [[Spade|shovel]] in the player's inventory, and using the action "Take some Dirt > Sack".
A '''Sack''', previously called an ''empty sand bag'', can be filled with dirt to create a [[Dirt_Bag|dirt bag]]. A dirt bag is used to spread dirt over a tile, allowing the tile to be [[Trowel|tilled]] for [[Farming|farming]]. A sack can be filled by right-clicking a patch of grass with both the sack and a [[Spade|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.
There seems to be some difficulty with this function as several players are reporting it doesn't work.

Revision as of 11:03, 13 April 2018


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 sack 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