Compost Bag

From PZwiki
Revision as of 21:24, 9 June 2021 by Thing II (talk | contribs) (Created page with "{{languages|Compost Bag}} {{Underconstruction}} {{header|The Game World|Items|Farming|type=Farming|version=Version 41|incver=50}} {{Infobox drainable |display_name=Compost Bag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 09/06/2021.
The Game WorldItemsFarmingCompost Bag
Compost Bag
Compost Bag
General
Category Item
Encumbrance
Heavy Load
2.0
Function Fertilizing crops
Capacity 4.0 units
Contents Compost
Technical details
item ID CompostBag

A compost bag is a drainable item that can be used to fertilize player grown crops.

Usage

TODO

Code

Retrieved: Build 41.50 From newitems.txt (Project Zomboid directory/media/scripts/)

	item CompostBag
		Type			= Drainable,
		DisplayName		= Compost Bag,
		Icon			= Compost,
		Weight			= 2.0,
		UseDelta		= 0.25,
		UseWhileEquipped	= false,
		ReplaceOnDeplete	= EmptySandbag,
		Tooltip			= Tooltip_Fertilizer,
		SurvivalGear		= TRUE,
		ReplaceInSecondHand	= Bag_Sandbag_LHand holdingbagleft,
		ReplaceInPrimaryHand	= Bag_Sandbag_RHand holdingbagright,

See Also