Sack: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Empty Sand Bag}}
{{languages|Empty Sand Bag}}
{{header|The Game World|Items|Baggage|version=Version 37|incver=13}}


{{Items
{{Items

Revision as of 13:54, 2 October 2017


Template:Items

Description

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 sand bag 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 Dirt > Empty Sand Bag".

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 15 Base.EmptySandbag

Code

item EmptySandbag
    {
        Weight	=	0.1,
        Type	=	Container,
        WeightReduction	=	10,
        Capacity	=	15,
        DisplayName	=	Empty Sand bag,
        Icon	=	SandbagEmpty,
    }

Template:Navbox/Baggage