Sack: Difference between revisions

From PZwiki
No edit summary
(Updated to be called 'sack' and correct capacity value)
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}}
{{header|The Game World|Items|Baggage|version=Version 39|incver=45}}


{{Items
{{Items
Line 9: Line 9:


==Description==
==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 [[Trowel|tilled]] for [[Farming|farming]]. A sand bag can be filled by right-clicking a patch of grass with both the Empty Sand Bag and a [[Spade]] in the player's inventory, and using the action "Take Dirt > Empty Sand Bag".
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".


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.
Line 23: Line 23:
|-
|-


| [[File:BAGEmptySandBag.png|32px|link=Empty Sand Bag]] <br> [[Empty Sand Bag]]
| [[File:BAGEmptySandBag.png|32px|link=Empty Sand Bag]] <br> [[Empty Sand Bag|Sack]]
| -
| -
| 0.1
| 0.1
| 10
| 10
| 15
| 19
| Base.EmptySandbag
| Base.EmptySandbag
|}
|}
Line 37: Line 37:
         Type = Container,
         Type = Container,
         WeightReduction = 10,
         WeightReduction = 10,
         Capacity = 15,
         Capacity = 19,
         DisplayName = Empty Sand bag,
         DisplayName = Sack,
         Icon = SandbagEmpty,
         Icon = SandbagEmpty,
     }</nowiki>
     }</nowiki>

Revision as of 11:02, 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 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